Skip to content

Commit ef14c54

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 75300d2 commit ef14c54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+15004
-1848
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ RubyGems.org page under "LINKS" section.
387387
| AWS Price List Service | Aws::Pricing | aws-sdk-pricing | 2017-10-15 |
388388
| AWS Proton | Aws::Proton | aws-sdk-proton | 2020-07-20 |
389389
| AWS RDS DataService | Aws::RDSDataService | aws-sdk-rdsdataservice | 2018-08-01 |
390+
| AWS Resilience Hub | Aws::ResilienceHub | aws-sdk-resiliencehub | 2020-04-30 |
390391
| AWS Resource Access Manager | Aws::RAM | aws-sdk-ram | 2018-01-04 |
391392
| AWS Resource Groups | Aws::ResourceGroups | aws-sdk-resourcegroups | 2017-11-27 |
392393
| AWS Resource Groups Tagging API | Aws::ResourceGroupsTaggingAPI | aws-sdk-resourcegroupstaggingapi | 2017-01-26 |

apis/backup/2018-11-15/api-2.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,9 @@
12351235
"SelectionName":{"shape":"BackupSelectionName"},
12361236
"IamRoleArn":{"shape":"IAMRoleArn"},
12371237
"Resources":{"shape":"ResourceArns"},
1238-
"ListOfTags":{"shape":"ListOfTags"}
1238+
"ListOfTags":{"shape":"ListOfTags"},
1239+
"NotResources":{"shape":"ResourceArns"},
1240+
"Conditions":{"shape":"Conditions"}
12391241
}
12401242
},
12411243
"BackupSelectionName":{
@@ -1332,11 +1334,31 @@
13321334
}
13331335
},
13341336
"ConditionKey":{"type":"string"},
1337+
"ConditionParameter":{
1338+
"type":"structure",
1339+
"members":{
1340+
"ConditionKey":{"shape":"ConditionKey"},
1341+
"ConditionValue":{"shape":"ConditionValue"}
1342+
}
1343+
},
1344+
"ConditionParameters":{
1345+
"type":"list",
1346+
"member":{"shape":"ConditionParameter"}
1347+
},
13351348
"ConditionType":{
13361349
"type":"string",
13371350
"enum":["STRINGEQUALS"]
13381351
},
13391352
"ConditionValue":{"type":"string"},
1353+
"Conditions":{
1354+
"type":"structure",
1355+
"members":{
1356+
"StringEquals":{"shape":"ConditionParameters"},
1357+
"StringNotEquals":{"shape":"ConditionParameters"},
1358+
"StringLike":{"shape":"ConditionParameters"},
1359+
"StringNotLike":{"shape":"ConditionParameters"}
1360+
}
1361+
},
13401362
"ConflictException":{
13411363
"type":"structure",
13421364
"members":{

apis/backup/2018-11-15/docs-2.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,23 @@
432432
"ConditionKey": {
433433
"base": null,
434434
"refs": {
435-
"Condition$ConditionKey": "<p>The key in a key-value pair. For example, in <code>\"ec2:ResourceTag/Department\": \"accounting\"</code>, <code>\"ec2:ResourceTag/Department\"</code> is the key.</p>"
435+
"Condition$ConditionKey": "<p>The key in a key-value pair. For example, in <code>\"ec2:ResourceTag/Department\": \"accounting\"</code>, <code>\"ec2:ResourceTag/Department\"</code> is the key.</p>",
436+
"ConditionParameter$ConditionKey": null
437+
}
438+
},
439+
"ConditionParameter": {
440+
"base": null,
441+
"refs": {
442+
"ConditionParameters$member": null
443+
}
444+
},
445+
"ConditionParameters": {
446+
"base": null,
447+
"refs": {
448+
"Conditions$StringEquals": null,
449+
"Conditions$StringNotEquals": null,
450+
"Conditions$StringLike": null,
451+
"Conditions$StringNotLike": null
436452
}
437453
},
438454
"ConditionType": {
@@ -444,7 +460,14 @@
444460
"ConditionValue": {
445461
"base": null,
446462
"refs": {
447-
"Condition$ConditionValue": "<p>The value in a key-value pair. For example, in <code>\"ec2:ResourceTag/Department\": \"accounting\"</code>, <code>\"accounting\"</code> is the value.</p>"
463+
"Condition$ConditionValue": "<p>The value in a key-value pair. For example, in <code>\"ec2:ResourceTag/Department\": \"accounting\"</code>, <code>\"accounting\"</code> is the value.</p>",
464+
"ConditionParameter$ConditionValue": null
465+
}
466+
},
467+
"Conditions": {
468+
"base": null,
469+
"refs": {
470+
"BackupSelection$Conditions": null
448471
}
449472
},
450473
"ConflictException": {
@@ -1351,7 +1374,8 @@
13511374
"ResourceArns": {
13521375
"base": null,
13531376
"refs": {
1354-
"BackupSelection$Resources": "<p>An array of strings that contain Amazon Resource Names (ARNs) of resources to assign to a backup plan.</p>"
1377+
"BackupSelection$Resources": "<p>An array of strings that contain Amazon Resource Names (ARNs) of resources to assign to a backup plan.</p>",
1378+
"BackupSelection$NotResources": null
13551379
}
13561380
},
13571381
"ResourceNotFoundException": {

apis/ecs/2014-11-13/api-2.json

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,17 +1238,28 @@
12381238
"attributes":{"shape":"Attributes"},
12391239
"registeredAt":{"shape":"Timestamp"},
12401240
"attachments":{"shape":"Attachments"},
1241-
"tags":{"shape":"Tags"}
1241+
"tags":{"shape":"Tags"},
1242+
"healthStatus":{"shape":"ContainerInstanceHealthStatus"}
12421243
}
12431244
},
12441245
"ContainerInstanceField":{
12451246
"type":"string",
1246-
"enum":["TAGS"]
1247+
"enum":[
1248+
"TAGS",
1249+
"CONTAINER_INSTANCE_HEALTH"
1250+
]
12471251
},
12481252
"ContainerInstanceFieldList":{
12491253
"type":"list",
12501254
"member":{"shape":"ContainerInstanceField"}
12511255
},
1256+
"ContainerInstanceHealthStatus":{
1257+
"type":"structure",
1258+
"members":{
1259+
"overallStatus":{"shape":"InstanceHealthCheckState"},
1260+
"details":{"shape":"InstanceHealthCheckResultList"}
1261+
}
1262+
},
12521263
"ContainerInstanceStatus":{
12531264
"type":"string",
12541265
"enum":[
@@ -1999,6 +2010,32 @@
19992010
"type":"list",
20002011
"member":{"shape":"InferenceAccelerator"}
20012012
},
2013+
"InstanceHealthCheckResult":{
2014+
"type":"structure",
2015+
"members":{
2016+
"type":{"shape":"InstanceHealthCheckType"},
2017+
"status":{"shape":"InstanceHealthCheckState"},
2018+
"lastUpdated":{"shape":"Timestamp"},
2019+
"lastStatusChange":{"shape":"Timestamp"}
2020+
}
2021+
},
2022+
"InstanceHealthCheckResultList":{
2023+
"type":"list",
2024+
"member":{"shape":"InstanceHealthCheckResult"}
2025+
},
2026+
"InstanceHealthCheckState":{
2027+
"type":"string",
2028+
"enum":[
2029+
"OK",
2030+
"IMPAIRED",
2031+
"INSUFFICIENT_DATA",
2032+
"INITIALIZING"
2033+
]
2034+
},
2035+
"InstanceHealthCheckType":{
2036+
"type":"string",
2037+
"enum":["CONTAINER_RUNTIME"]
2038+
},
20022039
"Integer":{"type":"integer"},
20032040
"InvalidParameterException":{
20042041
"type":"structure",

apis/ecs/2014-11-13/docs-2.json

Lines changed: 412 additions & 379 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)