aws-sdk-core 2.11.524 → 2.11.529

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +17 -5
  3. data/apis/appconfig/2019-10-09/api-2.json +282 -11
  4. data/apis/appconfig/2019-10-09/paginators-1.json +5 -0
  5. data/apis/autoscaling/2011-01-01/api-2.json +175 -0
  6. data/apis/chime/2018-05-01/api-2.json +49 -0
  7. data/apis/codeartifact/2018-09-22/api-2.json +2281 -0
  8. data/apis/codeartifact/2018-09-22/examples-1.json +5 -0
  9. data/apis/codeartifact/2018-09-22/paginators-1.json +40 -0
  10. data/apis/cognito-idp/2016-04-18/api-2.json +2 -4
  11. data/apis/compute-optimizer/2019-11-01/api-2.json +286 -0
  12. data/apis/dataexchange/2017-07-25/api-2.json +1 -2
  13. data/apis/dlm/2018-01-12/api-2.json +1 -1
  14. data/apis/ec2/2016-11-15/api-2.json +18 -0
  15. data/apis/ecs/2014-11-13/api-2.json +43 -2
  16. data/apis/glue/2017-03-31/api-2.json +3 -1
  17. data/apis/imagebuilder/2019-12-02/api-2.json +41 -10
  18. data/apis/iot-data/2015-05-28/api-2.json +86 -7
  19. data/apis/iot-data/2015-05-28/examples-1.json +5 -0
  20. data/apis/iot-data/2015-05-28/paginators-1.json +4 -0
  21. data/apis/iot-data/2015-05-28/smoke.json +13 -0
  22. data/apis/iot/2015-05-28/api-2.json +89 -1
  23. data/apis/lambda/2015-03-31/api-2.json +72 -3
  24. data/apis/lambda/2015-03-31/examples-1.json +6 -6
  25. data/apis/lex-models/2017-04-19/api-2.json +37 -5
  26. data/apis/macie2/2020-01-01/api-2.json +2 -107
  27. data/apis/polly/2016-06-10/api-2.json +1 -0
  28. data/apis/shield/2016-06-02/api-2.json +2 -2
  29. data/apis/storagegateway/2013-06-30/api-2.json +7 -1
  30. data/endpoints.json +21 -0
  31. data/lib/aws-sdk-core.rb +1 -0
  32. data/lib/aws-sdk-core/codeartifact.rb +6 -0
  33. data/lib/aws-sdk-core/iotdataplane.rb +2 -0
  34. data/lib/aws-sdk-core/version.rb +1 -1
  35. data/service-models.json +4 -0
  36. metadata +9 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11760466cffc25512c4986a89e22d359773745097a1fcfa100293e532d2db7a8
4
- data.tar.gz: e8e1a06c4954fd920da4320eddb4b64173d7f1694dcda423c14e7db4cd1d1b3e
3
+ metadata.gz: b5cda021fab39057aae8ba38cf4e7440854d7d814cb956b44dbd5428a795699c
4
+ data.tar.gz: 4aa98f8a8d3585f94288e4c915a41666400b47234e1a577449102c0da227fc4a
5
5
  SHA512:
6
- metadata.gz: 6f350ad9142db1f786ac87dbb8ffabe044b5be75ef189ad338bd2be015b26f00ccf05cc270c1381804559e2331cdb46d5420c255fd757ae8fd97c720aad439e2
7
- data.tar.gz: cb9aa87b38b984d107bbb6c60a25f337022d2577fa1f3cdfa415f71c5deabffb925dbb5f6f3ae888ac9d7fc1b17204098e095645a9f65b225a9852ab24b0c449
6
+ metadata.gz: f2bd009922d7be637fcaef2bf2cf242ec29856b0b2bb9d466bc600c40d1cf2ca33e38f5c3618053977925cd61ecd31acf5d6d27b36d3b8eed878d5dbac3fef48
7
+ data.tar.gz: cec4f39f771df7b9d78499803c243c6ee26c6a1218b2bddce5bb56eb9a6b3cb884d6c6078220d26e709315e08201dd7c634e656719f5a84ad769127952577fe8
@@ -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":"RoomName"},
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":{
@@ -156,7 +188,6 @@
156
188
  "errors":[
157
189
  {"shape":"ResourceNotFoundException"},
158
190
  {"shape":"InternalServerException"},
159
- {"shape":"ResourceNotFoundException"},
160
191
  {"shape":"BadRequestException"}
161
192
  ]
162
193
  },
@@ -220,6 +251,21 @@
220
251
  {"shape":"BadRequestException"}
221
252
  ]
222
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
+ },
223
269
  "ListApplications":{
224
270
  "name":"ListApplications",
225
271
  "http":{
@@ -293,6 +339,21 @@
293
339
  {"shape":"BadRequestException"}
294
340
  ]
295
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
+ },
296
357
  "ListTagsForResource":{
297
358
  "name":"ListTagsForResource",
298
359
  "http":{
@@ -476,7 +537,14 @@
476
537
  "error":{"httpStatusCode":400},
477
538
  "exception":true
478
539
  },
479
- "Blob":{"type":"blob"},
540
+ "Blob":{
541
+ "type":"blob",
542
+ "sensitive":true
543
+ },
544
+ "BytesMeasure":{
545
+ "type":"string",
546
+ "enum":["KILOBYTES"]
547
+ },
480
548
  "Configuration":{
481
549
  "type":"structure",
482
550
  "members":{
@@ -502,7 +570,7 @@
502
570
  "Name":{"shape":"Name"},
503
571
  "Description":{"shape":"Description"},
504
572
  "LocationUri":{"shape":"Uri"},
505
- "RetrievalRoleArn":{"shape":"Arn"},
573
+ "RetrievalRoleArn":{"shape":"RoleArn"},
506
574
  "Validators":{"shape":"ValidatorList"}
507
575
  }
508
576
  },
@@ -549,8 +617,7 @@
549
617
  "required":[
550
618
  "ApplicationId",
551
619
  "Name",
552
- "LocationUri",
553
- "RetrievalRoleArn"
620
+ "LocationUri"
554
621
  ],
555
622
  "members":{
556
623
  "ApplicationId":{
@@ -561,7 +628,7 @@
561
628
  "Name":{"shape":"Name"},
562
629
  "Description":{"shape":"Description"},
563
630
  "LocationUri":{"shape":"Uri"},
564
- "RetrievalRoleArn":{"shape":"Arn"},
631
+ "RetrievalRoleArn":{"shape":"RoleArn"},
565
632
  "Validators":{"shape":"ValidatorList"},
566
633
  "Tags":{"shape":"TagMap"}
567
634
  }
@@ -609,6 +676,45 @@
609
676
  "Tags":{"shape":"TagMap"}
610
677
  }
611
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
+ },
612
718
  "DeleteApplicationRequest":{
613
719
  "type":"structure",
614
720
  "required":["ApplicationId"],
@@ -669,6 +775,31 @@
669
775
  }
670
776
  }
671
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
+ },
672
803
  "Deployment":{
673
804
  "type":"structure",
674
805
  "members":{
@@ -753,7 +884,7 @@
753
884
  },
754
885
  "DeploymentStrategyId":{
755
886
  "type":"string",
756
- "pattern":"([a-z0-9]{4,7}|arn:aws.*)"
887
+ "pattern":"(^[a-z0-9]{4,7}$|^AppConfig\\.[A-Za-z0-9]{9,40}$)"
757
888
  },
758
889
  "DeploymentStrategyList":{
759
890
  "type":"list",
@@ -818,6 +949,7 @@
818
949
  "NextToken":{"shape":"NextToken"}
819
950
  }
820
951
  },
952
+ "Float":{"type":"float"},
821
953
  "GetApplicationRequest":{
822
954
  "type":"structure",
823
955
  "required":["ApplicationId"],
@@ -940,6 +1072,31 @@
940
1072
  }
941
1073
  }
942
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
+ },
943
1100
  "GrowthFactor":{
944
1101
  "type":"float",
945
1102
  "max":100.0,
@@ -952,6 +1109,59 @@
952
1109
  "EXPONENTIAL"
953
1110
  ]
954
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
+ },
955
1165
  "Id":{
956
1166
  "type":"string",
957
1167
  "pattern":"[a-z0-9]{4,7}"
@@ -1076,6 +1286,36 @@
1076
1286
  }
1077
1287
  }
1078
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
+ },
1079
1319
  "ListTagsForResourceRequest":{
1080
1320
  "type":"structure",
1081
1321
  "required":["ResourceArn"],
@@ -1101,7 +1341,7 @@
1101
1341
  "type":"structure",
1102
1342
  "members":{
1103
1343
  "AlarmArn":{"shape":"Arn"},
1104
- "AlarmRoleArn":{"shape":"Arn"}
1344
+ "AlarmRoleArn":{"shape":"RoleArn"}
1105
1345
  }
1106
1346
  },
1107
1347
  "MonitorList":{
@@ -1120,6 +1360,17 @@
1120
1360
  "max":2048,
1121
1361
  "min":1
1122
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
+ },
1123
1374
  "Percentage":{
1124
1375
  "type":"float",
1125
1376
  "max":100.0,
@@ -1147,6 +1398,20 @@
1147
1398
  "Tags":{"shape":"TagMap"}
1148
1399
  }
1149
1400
  },
1401
+ "RoleArn":{
1402
+ "type":"string",
1403
+ "max":2048,
1404
+ "min":20,
1405
+ "pattern":"^((arn):(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):(iam)::\\d{12}:role[/].*)$"
1406
+ },
1407
+ "ServiceQuotaExceededException":{
1408
+ "type":"structure",
1409
+ "members":{
1410
+ "Message":{"shape":"String"}
1411
+ },
1412
+ "error":{"httpStatusCode":402},
1413
+ "exception":true
1414
+ },
1150
1415
  "StartDeploymentRequest":{
1151
1416
  "type":"structure",
1152
1417
  "required":[
@@ -1204,7 +1469,13 @@
1204
1469
  "StringWithLengthBetween0And32768":{
1205
1470
  "type":"string",
1206
1471
  "max":32768,
1207
- "min":0
1472
+ "min":0,
1473
+ "sensitive":true
1474
+ },
1475
+ "StringWithLengthBetween1And255":{
1476
+ "type":"string",
1477
+ "max":255,
1478
+ "min":1
1208
1479
  },
1209
1480
  "StringWithLengthBetween1And64":{
1210
1481
  "type":"string",
@@ -1308,7 +1579,7 @@
1308
1579
  },
1309
1580
  "Name":{"shape":"Name"},
1310
1581
  "Description":{"shape":"Description"},
1311
- "RetrievalRoleArn":{"shape":"Arn"},
1582
+ "RetrievalRoleArn":{"shape":"RoleArn"},
1312
1583
  "Validators":{"shape":"ValidatorList"}
1313
1584
  }
1314
1585
  },
@@ -1421,7 +1692,7 @@
1421
1692
  },
1422
1693
  "Version":{
1423
1694
  "type":"string",
1424
- "max":128,
1695
+ "max":1024,
1425
1696
  "min":1
1426
1697
  }
1427
1698
  }