aws-sdk-core 2.11.525 → 2.11.530
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/alexaforbusiness/2017-11-09/api-2.json +17 -5
- data/apis/appconfig/2019-10-09/api-2.json +265 -3
- data/apis/appconfig/2019-10-09/paginators-1.json +5 -0
- data/apis/appmesh/2019-01-25/api-2.json +59 -0
- data/apis/autoscaling/2011-01-01/api-2.json +175 -0
- data/apis/chime/2018-05-01/api-2.json +49 -0
- data/apis/cognito-idp/2016-04-18/api-2.json +2 -4
- data/apis/dataexchange/2017-07-25/api-2.json +1 -2
- data/apis/ec2/2016-11-15/api-2.json +12 -0
- data/apis/ecs/2014-11-13/api-2.json +43 -2
- data/apis/glue/2017-03-31/api-2.json +3 -1
- data/apis/imagebuilder/2019-12-02/api-2.json +41 -10
- data/apis/iot-data/2015-05-28/api-2.json +86 -7
- data/apis/iot-data/2015-05-28/examples-1.json +5 -0
- data/apis/iot-data/2015-05-28/paginators-1.json +4 -0
- data/apis/iot-data/2015-05-28/smoke.json +13 -0
- data/apis/iot/2015-05-28/api-2.json +89 -1
- data/apis/lambda/2015-03-31/api-2.json +72 -3
- data/apis/lambda/2015-03-31/examples-1.json +6 -6
- data/apis/lex-models/2017-04-19/api-2.json +37 -5
- data/apis/polly/2016-06-10/api-2.json +1 -0
- data/apis/route53/2013-04-01/api-2.json +2 -1
- data/apis/snowball/2016-06-30/api-2.json +25 -3
- data/apis/storagegateway/2013-06-30/api-2.json +7 -1
- data/endpoints.json +37 -0
- data/lib/aws-sdk-core/iotdataplane.rb +2 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e29772470c5e0bcc45b3bdc54a922951c25d7f1645453c4db9955596cf36edf7
|
4
|
+
data.tar.gz: 1f82e6e8b0c24bd98e78a3761f8d2d01b23746aa0df69c1a9e59773bfa52521a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b78227b401d6c55bb87e5edc2e3d068031aa8fafaac6515b058d6112d97ed3fc8f2ba2db660d23a8768da8a4a6b265eae225631b7472a1b13316e5385ebc7b43
|
7
|
+
data.tar.gz: 206e8b156b3d23f21bc838f60d64e2c69c9593e76bb1d8d9e49d8433ae61aefae1aede2d1b587c784282cd8e3585c161f5277a55f9b76d1d8a4698e2f003d8ad
|
@@ -1343,6 +1343,7 @@
|
|
1343
1343
|
},
|
1344
1344
|
"BusinessReportContentRange":{
|
1345
1345
|
"type":"structure",
|
1346
|
+
"required":["Interval"],
|
1346
1347
|
"members":{
|
1347
1348
|
"Interval":{"shape":"BusinessReportInterval"}
|
1348
1349
|
}
|
@@ -1589,7 +1590,8 @@
|
|
1589
1590
|
"ClientRequestToken":{
|
1590
1591
|
"shape":"ClientRequestToken",
|
1591
1592
|
"idempotencyToken":true
|
1592
|
-
}
|
1593
|
+
},
|
1594
|
+
"Tags":{"shape":"TagList"}
|
1593
1595
|
}
|
1594
1596
|
},
|
1595
1597
|
"CreateBusinessReportScheduleResponse":{
|
@@ -1754,7 +1756,8 @@
|
|
1754
1756
|
"SetupModeDisabled":{"shape":"Boolean"},
|
1755
1757
|
"MaxVolumeLimit":{"shape":"MaxVolumeLimit"},
|
1756
1758
|
"PSTNEnabled":{"shape":"Boolean"},
|
1757
|
-
"MeetingRoomConfiguration":{"shape":"CreateMeetingRoomConfiguration"}
|
1759
|
+
"MeetingRoomConfiguration":{"shape":"CreateMeetingRoomConfiguration"},
|
1760
|
+
"Tags":{"shape":"TagList"}
|
1758
1761
|
}
|
1759
1762
|
},
|
1760
1763
|
"CreateProfileResponse":{
|
@@ -1804,7 +1807,8 @@
|
|
1804
1807
|
"ClientRequestToken":{
|
1805
1808
|
"shape":"ClientRequestToken",
|
1806
1809
|
"idempotencyToken":true
|
1807
|
-
}
|
1810
|
+
},
|
1811
|
+
"Tags":{"shape":"TagList"}
|
1808
1812
|
}
|
1809
1813
|
},
|
1810
1814
|
"CreateSkillGroupResponse":{
|
@@ -2063,7 +2067,7 @@
|
|
2063
2067
|
"NetworkProfileArn":{"shape":"Arn"},
|
2064
2068
|
"NetworkProfileName":{"shape":"NetworkProfileName"},
|
2065
2069
|
"RoomArn":{"shape":"Arn"},
|
2066
|
-
"RoomName":{"shape":"
|
2070
|
+
"RoomName":{"shape":"DeviceRoomName"},
|
2067
2071
|
"DeviceStatusInfo":{"shape":"DeviceStatusInfo"},
|
2068
2072
|
"CreatedTime":{"shape":"DeviceDataCreatedTime"}
|
2069
2073
|
}
|
@@ -2120,6 +2124,12 @@
|
|
2120
2124
|
},
|
2121
2125
|
"exception":true
|
2122
2126
|
},
|
2127
|
+
"DeviceRoomName":{
|
2128
|
+
"type":"string",
|
2129
|
+
"max":100,
|
2130
|
+
"min":1,
|
2131
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
2132
|
+
},
|
2123
2133
|
"DeviceSerialNumber":{
|
2124
2134
|
"type":"string",
|
2125
2135
|
"pattern":"[a-zA-Z0-9]{1,200}"
|
@@ -2162,7 +2172,9 @@
|
|
2162
2172
|
"INVALID_CERTIFICATE_AUTHORITY",
|
2163
2173
|
"NETWORK_PROFILE_NOT_FOUND",
|
2164
2174
|
"INVALID_PASSWORD_STATE",
|
2165
|
-
"PASSWORD_NOT_FOUND"
|
2175
|
+
"PASSWORD_NOT_FOUND",
|
2176
|
+
"PASSWORD_MANAGER_ACCESS_DENIED",
|
2177
|
+
"CERTIFICATE_AUTHORITY_ACCESS_DENIED"
|
2166
2178
|
]
|
2167
2179
|
},
|
2168
2180
|
"DeviceStatusDetails":{
|
@@ -71,6 +71,24 @@
|
|
71
71
|
{"shape":"BadRequestException"}
|
72
72
|
]
|
73
73
|
},
|
74
|
+
"CreateHostedConfigurationVersion":{
|
75
|
+
"name":"CreateHostedConfigurationVersion",
|
76
|
+
"http":{
|
77
|
+
"method":"POST",
|
78
|
+
"requestUri":"/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions",
|
79
|
+
"responseCode":201
|
80
|
+
},
|
81
|
+
"input":{"shape":"CreateHostedConfigurationVersionRequest"},
|
82
|
+
"output":{"shape":"HostedConfigurationVersion"},
|
83
|
+
"errors":[
|
84
|
+
{"shape":"BadRequestException"},
|
85
|
+
{"shape":"ServiceQuotaExceededException"},
|
86
|
+
{"shape":"ResourceNotFoundException"},
|
87
|
+
{"shape":"ConflictException"},
|
88
|
+
{"shape":"PayloadTooLargeException"},
|
89
|
+
{"shape":"InternalServerException"}
|
90
|
+
]
|
91
|
+
},
|
74
92
|
"DeleteApplication":{
|
75
93
|
"name":"DeleteApplication",
|
76
94
|
"http":{
|
@@ -129,6 +147,20 @@
|
|
129
147
|
{"shape":"BadRequestException"}
|
130
148
|
]
|
131
149
|
},
|
150
|
+
"DeleteHostedConfigurationVersion":{
|
151
|
+
"name":"DeleteHostedConfigurationVersion",
|
152
|
+
"http":{
|
153
|
+
"method":"DELETE",
|
154
|
+
"requestUri":"/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}",
|
155
|
+
"responseCode":204
|
156
|
+
},
|
157
|
+
"input":{"shape":"DeleteHostedConfigurationVersionRequest"},
|
158
|
+
"errors":[
|
159
|
+
{"shape":"BadRequestException"},
|
160
|
+
{"shape":"ResourceNotFoundException"},
|
161
|
+
{"shape":"InternalServerException"}
|
162
|
+
]
|
163
|
+
},
|
132
164
|
"GetApplication":{
|
133
165
|
"name":"GetApplication",
|
134
166
|
"http":{
|
@@ -219,6 +251,21 @@
|
|
219
251
|
{"shape":"BadRequestException"}
|
220
252
|
]
|
221
253
|
},
|
254
|
+
"GetHostedConfigurationVersion":{
|
255
|
+
"name":"GetHostedConfigurationVersion",
|
256
|
+
"http":{
|
257
|
+
"method":"GET",
|
258
|
+
"requestUri":"/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}",
|
259
|
+
"responseCode":200
|
260
|
+
},
|
261
|
+
"input":{"shape":"GetHostedConfigurationVersionRequest"},
|
262
|
+
"output":{"shape":"HostedConfigurationVersion"},
|
263
|
+
"errors":[
|
264
|
+
{"shape":"BadRequestException"},
|
265
|
+
{"shape":"ResourceNotFoundException"},
|
266
|
+
{"shape":"InternalServerException"}
|
267
|
+
]
|
268
|
+
},
|
222
269
|
"ListApplications":{
|
223
270
|
"name":"ListApplications",
|
224
271
|
"http":{
|
@@ -292,6 +339,21 @@
|
|
292
339
|
{"shape":"BadRequestException"}
|
293
340
|
]
|
294
341
|
},
|
342
|
+
"ListHostedConfigurationVersions":{
|
343
|
+
"name":"ListHostedConfigurationVersions",
|
344
|
+
"http":{
|
345
|
+
"method":"GET",
|
346
|
+
"requestUri":"/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions",
|
347
|
+
"responseCode":200
|
348
|
+
},
|
349
|
+
"input":{"shape":"ListHostedConfigurationVersionsRequest"},
|
350
|
+
"output":{"shape":"HostedConfigurationVersions"},
|
351
|
+
"errors":[
|
352
|
+
{"shape":"BadRequestException"},
|
353
|
+
{"shape":"ResourceNotFoundException"},
|
354
|
+
{"shape":"InternalServerException"}
|
355
|
+
]
|
356
|
+
},
|
295
357
|
"ListTagsForResource":{
|
296
358
|
"name":"ListTagsForResource",
|
297
359
|
"http":{
|
@@ -479,6 +541,10 @@
|
|
479
541
|
"type":"blob",
|
480
542
|
"sensitive":true
|
481
543
|
},
|
544
|
+
"BytesMeasure":{
|
545
|
+
"type":"string",
|
546
|
+
"enum":["KILOBYTES"]
|
547
|
+
},
|
482
548
|
"Configuration":{
|
483
549
|
"type":"structure",
|
484
550
|
"members":{
|
@@ -551,8 +617,7 @@
|
|
551
617
|
"required":[
|
552
618
|
"ApplicationId",
|
553
619
|
"Name",
|
554
|
-
"LocationUri"
|
555
|
-
"RetrievalRoleArn"
|
620
|
+
"LocationUri"
|
556
621
|
],
|
557
622
|
"members":{
|
558
623
|
"ApplicationId":{
|
@@ -611,6 +676,45 @@
|
|
611
676
|
"Tags":{"shape":"TagMap"}
|
612
677
|
}
|
613
678
|
},
|
679
|
+
"CreateHostedConfigurationVersionRequest":{
|
680
|
+
"type":"structure",
|
681
|
+
"required":[
|
682
|
+
"ApplicationId",
|
683
|
+
"ConfigurationProfileId",
|
684
|
+
"Content",
|
685
|
+
"ContentType"
|
686
|
+
],
|
687
|
+
"members":{
|
688
|
+
"ApplicationId":{
|
689
|
+
"shape":"Id",
|
690
|
+
"location":"uri",
|
691
|
+
"locationName":"ApplicationId"
|
692
|
+
},
|
693
|
+
"ConfigurationProfileId":{
|
694
|
+
"shape":"Id",
|
695
|
+
"location":"uri",
|
696
|
+
"locationName":"ConfigurationProfileId"
|
697
|
+
},
|
698
|
+
"Description":{
|
699
|
+
"shape":"Description",
|
700
|
+
"location":"header",
|
701
|
+
"locationName":"Description"
|
702
|
+
},
|
703
|
+
"Content":{"shape":"Blob"},
|
704
|
+
"ContentType":{
|
705
|
+
"shape":"StringWithLengthBetween1And255",
|
706
|
+
"location":"header",
|
707
|
+
"locationName":"Content-Type"
|
708
|
+
},
|
709
|
+
"LatestVersionNumber":{
|
710
|
+
"shape":"Integer",
|
711
|
+
"box":true,
|
712
|
+
"location":"header",
|
713
|
+
"locationName":"Latest-Version-Number"
|
714
|
+
}
|
715
|
+
},
|
716
|
+
"payload":"Content"
|
717
|
+
},
|
614
718
|
"DeleteApplicationRequest":{
|
615
719
|
"type":"structure",
|
616
720
|
"required":["ApplicationId"],
|
@@ -671,6 +775,31 @@
|
|
671
775
|
}
|
672
776
|
}
|
673
777
|
},
|
778
|
+
"DeleteHostedConfigurationVersionRequest":{
|
779
|
+
"type":"structure",
|
780
|
+
"required":[
|
781
|
+
"ApplicationId",
|
782
|
+
"ConfigurationProfileId",
|
783
|
+
"VersionNumber"
|
784
|
+
],
|
785
|
+
"members":{
|
786
|
+
"ApplicationId":{
|
787
|
+
"shape":"Id",
|
788
|
+
"location":"uri",
|
789
|
+
"locationName":"ApplicationId"
|
790
|
+
},
|
791
|
+
"ConfigurationProfileId":{
|
792
|
+
"shape":"Id",
|
793
|
+
"location":"uri",
|
794
|
+
"locationName":"ConfigurationProfileId"
|
795
|
+
},
|
796
|
+
"VersionNumber":{
|
797
|
+
"shape":"Integer",
|
798
|
+
"location":"uri",
|
799
|
+
"locationName":"VersionNumber"
|
800
|
+
}
|
801
|
+
}
|
802
|
+
},
|
674
803
|
"Deployment":{
|
675
804
|
"type":"structure",
|
676
805
|
"members":{
|
@@ -820,6 +949,7 @@
|
|
820
949
|
"NextToken":{"shape":"NextToken"}
|
821
950
|
}
|
822
951
|
},
|
952
|
+
"Float":{"type":"float"},
|
823
953
|
"GetApplicationRequest":{
|
824
954
|
"type":"structure",
|
825
955
|
"required":["ApplicationId"],
|
@@ -942,6 +1072,31 @@
|
|
942
1072
|
}
|
943
1073
|
}
|
944
1074
|
},
|
1075
|
+
"GetHostedConfigurationVersionRequest":{
|
1076
|
+
"type":"structure",
|
1077
|
+
"required":[
|
1078
|
+
"ApplicationId",
|
1079
|
+
"ConfigurationProfileId",
|
1080
|
+
"VersionNumber"
|
1081
|
+
],
|
1082
|
+
"members":{
|
1083
|
+
"ApplicationId":{
|
1084
|
+
"shape":"Id",
|
1085
|
+
"location":"uri",
|
1086
|
+
"locationName":"ApplicationId"
|
1087
|
+
},
|
1088
|
+
"ConfigurationProfileId":{
|
1089
|
+
"shape":"Id",
|
1090
|
+
"location":"uri",
|
1091
|
+
"locationName":"ConfigurationProfileId"
|
1092
|
+
},
|
1093
|
+
"VersionNumber":{
|
1094
|
+
"shape":"Integer",
|
1095
|
+
"location":"uri",
|
1096
|
+
"locationName":"VersionNumber"
|
1097
|
+
}
|
1098
|
+
}
|
1099
|
+
},
|
945
1100
|
"GrowthFactor":{
|
946
1101
|
"type":"float",
|
947
1102
|
"max":100.0,
|
@@ -954,6 +1109,59 @@
|
|
954
1109
|
"EXPONENTIAL"
|
955
1110
|
]
|
956
1111
|
},
|
1112
|
+
"HostedConfigurationVersion":{
|
1113
|
+
"type":"structure",
|
1114
|
+
"members":{
|
1115
|
+
"ApplicationId":{
|
1116
|
+
"shape":"Id",
|
1117
|
+
"location":"header",
|
1118
|
+
"locationName":"Application-Id"
|
1119
|
+
},
|
1120
|
+
"ConfigurationProfileId":{
|
1121
|
+
"shape":"Id",
|
1122
|
+
"location":"header",
|
1123
|
+
"locationName":"Configuration-Profile-Id"
|
1124
|
+
},
|
1125
|
+
"VersionNumber":{
|
1126
|
+
"shape":"Integer",
|
1127
|
+
"location":"header",
|
1128
|
+
"locationName":"Version-Number"
|
1129
|
+
},
|
1130
|
+
"Description":{
|
1131
|
+
"shape":"Description",
|
1132
|
+
"location":"header",
|
1133
|
+
"locationName":"Description"
|
1134
|
+
},
|
1135
|
+
"Content":{"shape":"Blob"},
|
1136
|
+
"ContentType":{
|
1137
|
+
"shape":"StringWithLengthBetween1And255",
|
1138
|
+
"location":"header",
|
1139
|
+
"locationName":"Content-Type"
|
1140
|
+
}
|
1141
|
+
},
|
1142
|
+
"payload":"Content"
|
1143
|
+
},
|
1144
|
+
"HostedConfigurationVersionSummary":{
|
1145
|
+
"type":"structure",
|
1146
|
+
"members":{
|
1147
|
+
"ApplicationId":{"shape":"Id"},
|
1148
|
+
"ConfigurationProfileId":{"shape":"Id"},
|
1149
|
+
"VersionNumber":{"shape":"Integer"},
|
1150
|
+
"Description":{"shape":"Description"},
|
1151
|
+
"ContentType":{"shape":"StringWithLengthBetween1And255"}
|
1152
|
+
}
|
1153
|
+
},
|
1154
|
+
"HostedConfigurationVersionSummaryList":{
|
1155
|
+
"type":"list",
|
1156
|
+
"member":{"shape":"HostedConfigurationVersionSummary"}
|
1157
|
+
},
|
1158
|
+
"HostedConfigurationVersions":{
|
1159
|
+
"type":"structure",
|
1160
|
+
"members":{
|
1161
|
+
"Items":{"shape":"HostedConfigurationVersionSummaryList"},
|
1162
|
+
"NextToken":{"shape":"NextToken"}
|
1163
|
+
}
|
1164
|
+
},
|
957
1165
|
"Id":{
|
958
1166
|
"type":"string",
|
959
1167
|
"pattern":"[a-z0-9]{4,7}"
|
@@ -1078,6 +1286,36 @@
|
|
1078
1286
|
}
|
1079
1287
|
}
|
1080
1288
|
},
|
1289
|
+
"ListHostedConfigurationVersionsRequest":{
|
1290
|
+
"type":"structure",
|
1291
|
+
"required":[
|
1292
|
+
"ApplicationId",
|
1293
|
+
"ConfigurationProfileId"
|
1294
|
+
],
|
1295
|
+
"members":{
|
1296
|
+
"ApplicationId":{
|
1297
|
+
"shape":"Id",
|
1298
|
+
"location":"uri",
|
1299
|
+
"locationName":"ApplicationId"
|
1300
|
+
},
|
1301
|
+
"ConfigurationProfileId":{
|
1302
|
+
"shape":"Id",
|
1303
|
+
"location":"uri",
|
1304
|
+
"locationName":"ConfigurationProfileId"
|
1305
|
+
},
|
1306
|
+
"MaxResults":{
|
1307
|
+
"shape":"MaxResults",
|
1308
|
+
"box":true,
|
1309
|
+
"location":"querystring",
|
1310
|
+
"locationName":"max_results"
|
1311
|
+
},
|
1312
|
+
"NextToken":{
|
1313
|
+
"shape":"NextToken",
|
1314
|
+
"location":"querystring",
|
1315
|
+
"locationName":"next_token"
|
1316
|
+
}
|
1317
|
+
}
|
1318
|
+
},
|
1081
1319
|
"ListTagsForResourceRequest":{
|
1082
1320
|
"type":"structure",
|
1083
1321
|
"required":["ResourceArn"],
|
@@ -1122,6 +1360,17 @@
|
|
1122
1360
|
"max":2048,
|
1123
1361
|
"min":1
|
1124
1362
|
},
|
1363
|
+
"PayloadTooLargeException":{
|
1364
|
+
"type":"structure",
|
1365
|
+
"members":{
|
1366
|
+
"Message":{"shape":"String"},
|
1367
|
+
"Measure":{"shape":"BytesMeasure"},
|
1368
|
+
"Limit":{"shape":"Float"},
|
1369
|
+
"Size":{"shape":"Float"}
|
1370
|
+
},
|
1371
|
+
"error":{"httpStatusCode":413},
|
1372
|
+
"exception":true
|
1373
|
+
},
|
1125
1374
|
"Percentage":{
|
1126
1375
|
"type":"float",
|
1127
1376
|
"max":100.0,
|
@@ -1155,6 +1404,14 @@
|
|
1155
1404
|
"min":20,
|
1156
1405
|
"pattern":"^((arn):(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):(iam)::\\d{12}:role[/].*)$"
|
1157
1406
|
},
|
1407
|
+
"ServiceQuotaExceededException":{
|
1408
|
+
"type":"structure",
|
1409
|
+
"members":{
|
1410
|
+
"Message":{"shape":"String"}
|
1411
|
+
},
|
1412
|
+
"error":{"httpStatusCode":402},
|
1413
|
+
"exception":true
|
1414
|
+
},
|
1158
1415
|
"StartDeploymentRequest":{
|
1159
1416
|
"type":"structure",
|
1160
1417
|
"required":[
|
@@ -1215,6 +1472,11 @@
|
|
1215
1472
|
"min":0,
|
1216
1473
|
"sensitive":true
|
1217
1474
|
},
|
1475
|
+
"StringWithLengthBetween1And255":{
|
1476
|
+
"type":"string",
|
1477
|
+
"max":255,
|
1478
|
+
"min":1
|
1479
|
+
},
|
1218
1480
|
"StringWithLengthBetween1And64":{
|
1219
1481
|
"type":"string",
|
1220
1482
|
"max":64,
|
@@ -1430,7 +1692,7 @@
|
|
1430
1692
|
},
|
1431
1693
|
"Version":{
|
1432
1694
|
"type":"string",
|
1433
|
-
"max":
|
1695
|
+
"max":1024,
|
1434
1696
|
"min":1
|
1435
1697
|
}
|
1436
1698
|
}
|