Skip to content

Commit c005708

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 69dba2d commit c005708

File tree

108 files changed

+12252
-1042
lines changed

Some content is hidden

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

108 files changed

+12252
-1042
lines changed

apis/appconfig/2019-10-09/api-2.json

Lines changed: 49 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -529,14 +529,27 @@
529529
"min":20,
530530
"pattern":"arn:(aws[a-zA-Z-]*)?:[a-z]+:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1})?:(\\d{12})?:[a-zA-Z0-9-_/:.]+"
531531
},
532+
"BadRequestDetails":{
533+
"type":"structure",
534+
"members":{
535+
"InvalidConfiguration":{"shape":"InvalidConfigurationDetailList"}
536+
},
537+
"union":true
538+
},
532539
"BadRequestException":{
533540
"type":"structure",
534541
"members":{
535-
"Message":{"shape":"String"}
542+
"Message":{"shape":"String"},
543+
"Reason":{"shape":"BadRequestReason"},
544+
"Details":{"shape":"BadRequestDetails"}
536545
},
537546
"error":{"httpStatusCode":400},
538547
"exception":true
539548
},
549+
"BadRequestReason":{
550+
"type":"string",
551+
"enum":["InvalidConfiguration"]
552+
},
540553
"Blob":{
541554
"type":"blob",
542555
"sensitive":true
@@ -571,7 +584,8 @@
571584
"Description":{"shape":"Description"},
572585
"LocationUri":{"shape":"Uri"},
573586
"RetrievalRoleArn":{"shape":"RoleArn"},
574-
"Validators":{"shape":"ValidatorList"}
587+
"Validators":{"shape":"ValidatorList"},
588+
"Type":{"shape":"ConfigurationProfileType"}
575589
}
576590
},
577591
"ConfigurationProfileSummary":{
@@ -581,13 +595,18 @@
581595
"Id":{"shape":"Id"},
582596
"Name":{"shape":"Name"},
583597
"LocationUri":{"shape":"Uri"},
584-
"ValidatorTypes":{"shape":"ValidatorTypeList"}
598+
"ValidatorTypes":{"shape":"ValidatorTypeList"},
599+
"Type":{"shape":"ConfigurationProfileType"}
585600
}
586601
},
587602
"ConfigurationProfileSummaryList":{
588603
"type":"list",
589604
"member":{"shape":"ConfigurationProfileSummary"}
590605
},
606+
"ConfigurationProfileType":{
607+
"type":"string",
608+
"pattern":"^[a-zA-Z\\.]+"
609+
},
591610
"ConfigurationProfiles":{
592611
"type":"structure",
593612
"members":{
@@ -630,7 +649,8 @@
630649
"LocationUri":{"shape":"Uri"},
631650
"RetrievalRoleArn":{"shape":"RoleArn"},
632651
"Validators":{"shape":"ValidatorList"},
633-
"Tags":{"shape":"TagMap"}
652+
"Tags":{"shape":"TagMap"},
653+
"Type":{"shape":"ConfigurationProfileType"}
634654
}
635655
},
636656
"CreateDeploymentStrategyRequest":{
@@ -1176,6 +1196,19 @@
11761196
"exception":true,
11771197
"fault":true
11781198
},
1199+
"InvalidConfigurationDetail":{
1200+
"type":"structure",
1201+
"members":{
1202+
"Constraint":{"shape":"String"},
1203+
"Location":{"shape":"String"},
1204+
"Reason":{"shape":"String"},
1205+
"Type":{"shape":"String"}
1206+
}
1207+
},
1208+
"InvalidConfigurationDetailList":{
1209+
"type":"list",
1210+
"member":{"shape":"InvalidConfigurationDetail"}
1211+
},
11791212
"Iso8601DateTime":{
11801213
"type":"timestamp",
11811214
"timestampFormat":"iso8601"
@@ -1215,6 +1248,11 @@
12151248
"shape":"NextToken",
12161249
"location":"querystring",
12171250
"locationName":"next_token"
1251+
},
1252+
"Type":{
1253+
"shape":"ConfigurationProfileType",
1254+
"location":"querystring",
1255+
"locationName":"type"
12181256
}
12191257
}
12201258
},
@@ -1339,8 +1377,9 @@
13391377
},
13401378
"Monitor":{
13411379
"type":"structure",
1380+
"required":["AlarmArn"],
13421381
"members":{
1343-
"AlarmArn":{"shape":"Arn"},
1382+
"AlarmArn":{"shape":"StringWithLengthBetween1And2048"},
13441383
"AlarmRoleArn":{"shape":"RoleArn"}
13451384
}
13461385
},
@@ -1472,6 +1511,11 @@
14721511
"min":0,
14731512
"sensitive":true
14741513
},
1514+
"StringWithLengthBetween1And2048":{
1515+
"type":"string",
1516+
"max":2048,
1517+
"min":1
1518+
},
14751519
"StringWithLengthBetween1And255":{
14761520
"type":"string",
14771521
"max":255,

apis/appconfig/2019-10-09/docs-2.json

Lines changed: 96 additions & 54 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)