Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed May 4, 2022
1 parent cc1292c commit f3be4c2
Show file tree
Hide file tree
Showing 35 changed files with 903 additions and 161 deletions.
30 changes: 30 additions & 0 deletions apis/backup/2018-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2286,6 +2286,16 @@
"shape":"AccountId",
"location":"querystring",
"locationName":"accountId"
},
"ByCompleteAfter":{
"shape":"timestamp",
"location":"querystring",
"locationName":"completeAfter"
},
"ByCompleteBefore":{
"shape":"timestamp",
"location":"querystring",
"locationName":"completeBefore"
}
}
},
Expand Down Expand Up @@ -2470,6 +2480,16 @@
"shape":"AccountId",
"location":"querystring",
"locationName":"accountId"
},
"ByCompleteBefore":{
"shape":"timestamp",
"location":"querystring",
"locationName":"completeBefore"
},
"ByCompleteAfter":{
"shape":"timestamp",
"location":"querystring",
"locationName":"completeAfter"
}
}
},
Expand Down Expand Up @@ -2705,6 +2725,16 @@
"shape":"RestoreJobStatus",
"location":"querystring",
"locationName":"status"
},
"ByCompleteBefore":{
"shape":"timestamp",
"location":"querystring",
"locationName":"completeBefore"
},
"ByCompleteAfter":{
"shape":"timestamp",
"location":"querystring",
"locationName":"completeAfter"
}
}
},
Expand Down
8 changes: 7 additions & 1 deletion apis/backup/2018-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
"ControlScope": {
"base": "<p>A framework consists of one or more controls. Each control has its own control scope. The control scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. If no scope is specified, evaluations for the rule are triggered when any resource in your recording group changes in configuration.</p> <note> <p>To set a control scope that includes all of a particular resource, leave the <code>ControlScope</code> empty or do not pass it when calling <code>CreateFramework</code>.</p> </note>",
"refs": {
"FrameworkControl$ControlScope": "<p>The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see <code>ControlScope</code>.</p>"
"FrameworkControl$ControlScope": "<p>The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see <a href=\"aws-backup/latest/devguide/API_ControlScope.html\"> <code>ControlScope</code>.</a> </p>"
}
},
"CopyAction": {
Expand Down Expand Up @@ -1874,14 +1874,20 @@
"GetBackupSelectionOutput$CreationDate": "<p>The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
"ListBackupJobsInput$ByCreatedBefore": "<p>Returns only backup jobs that were created before the specified date.</p>",
"ListBackupJobsInput$ByCreatedAfter": "<p>Returns only backup jobs that were created after the specified date.</p>",
"ListBackupJobsInput$ByCompleteAfter": "<p>Returns only backup jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"ListBackupJobsInput$ByCompleteBefore": "<p>Returns only backup jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"ListCopyJobsInput$ByCreatedBefore": "<p>Returns only copy jobs that were created before the specified date.</p>",
"ListCopyJobsInput$ByCreatedAfter": "<p>Returns only copy jobs that were created after the specified date.</p>",
"ListCopyJobsInput$ByCompleteBefore": "<p>Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"ListCopyJobsInput$ByCompleteAfter": "<p>Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"ListRecoveryPointsByBackupVaultInput$ByCreatedBefore": "<p>Returns only recovery points that were created before the specified timestamp.</p>",
"ListRecoveryPointsByBackupVaultInput$ByCreatedAfter": "<p>Returns only recovery points that were created after the specified timestamp.</p>",
"ListReportJobsInput$ByCreationBefore": "<p>Returns only report jobs that were created before the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.</p>",
"ListReportJobsInput$ByCreationAfter": "<p>Returns only report jobs that were created after the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.</p>",
"ListRestoreJobsInput$ByCreatedBefore": "<p>Returns only restore jobs that were created before the specified date.</p>",
"ListRestoreJobsInput$ByCreatedAfter": "<p>Returns only restore jobs that were created after the specified date.</p>",
"ListRestoreJobsInput$ByCompleteBefore": "<p>Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"ListRestoreJobsInput$ByCompleteAfter": "<p>Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).</p>",
"ProtectedResource$LastBackupTime": "<p>The date and time a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastBackupTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
"RecoveryPointByBackupVault$CreationDate": "<p>The date and time a recovery point is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
"RecoveryPointByBackupVault$CompletionDate": "<p>The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
Expand Down
33 changes: 22 additions & 11 deletions apis/backup/2018-11-15/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,44 @@
"ListBackupJobs": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupJobs"
},
"ListBackupPlanTemplates": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupPlanTemplatesList"
},
"ListBackupPlanVersions": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupPlanVersionsList"
},
"ListBackupPlans": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupPlansList"
},
"ListBackupSelections": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupSelectionsList"
},
"ListBackupVaults": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "BackupVaultList"
},
"ListCopyJobs": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "CopyJobs"
},
"ListFrameworks": {
"input_token": "NextToken",
Expand All @@ -43,17 +50,20 @@
"ListProtectedResources": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "Results"
},
"ListRecoveryPointsByBackupVault": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "RecoveryPoints"
},
"ListRecoveryPointsByResource": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "RecoveryPoints"
},
"ListReportJobs": {
"input_token": "NextToken",
Expand All @@ -68,7 +78,8 @@
"ListRestoreJobs": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "RestoreJobs"
},
"ListTags": {
"input_token": "NextToken",
Expand Down
40 changes: 40 additions & 0 deletions apis/iotsecuretunneling/2018-10-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@
{"shape":"LimitExceededException"}
]
},
"RotateTunnelAccessToken":{
"name":"RotateTunnelAccessToken",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RotateTunnelAccessTokenRequest"},
"output":{"shape":"RotateTunnelAccessTokenResponse"},
"errors":[
{"shape":"ResourceNotFoundException"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
Expand Down Expand Up @@ -105,6 +117,14 @@
"type":"string",
"sensitive":true
},
"ClientMode":{
"type":"string",
"enum":[
"SOURCE",
"DESTINATION",
"ALL"
]
},
"CloseTunnelRequest":{
"type":"structure",
"required":["tunnelId"],
Expand Down Expand Up @@ -235,6 +255,26 @@
},
"exception":true
},
"RotateTunnelAccessTokenRequest":{
"type":"structure",
"required":[
"tunnelId",
"clientMode"
],
"members":{
"tunnelId":{"shape":"TunnelId"},
"clientMode":{"shape":"ClientMode"},
"destinationConfig":{"shape":"DestinationConfig"}
}
},
"RotateTunnelAccessTokenResponse":{
"type":"structure",
"members":{
"tunnelArn":{"shape":"TunnelArn"},
"sourceAccessToken":{"shape":"ClientAccessToken"},
"destinationAccessToken":{"shape":"ClientAccessToken"}
}
},
"Service":{
"type":"string",
"max":128,
Expand Down
Loading

0 comments on commit f3be4c2

Please sign in to comment.