aws-sdk-core 2.11.523 → 2.11.528

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca12c6f5082451c9f2d501ac086085d015418895129197c5140c170ca4c338d4
4
- data.tar.gz: 4798e94acff35d2f2c1765f7760f19672cdd4e53f80b7e80a069a13a05ba50e0
3
+ metadata.gz: 73640380e644bb04cafdcdef78bf088cfaca26571c48a7fb9ab05d88dbac23f2
4
+ data.tar.gz: 0a6a6c8b9f673a442e81aefdda3b8afb186b0d99a5fc90d52e9a71dc401d3748
5
5
  SHA512:
6
- metadata.gz: 7bdd19c745a021406ed46221ab6587f596872f39af6725b89932190085f0ac17c2f256a6af0b4d8be5010e09ec03171e135fbba72053d1a77794686aeeb88678
7
- data.tar.gz: d9632590269e9be631105414c304991cde9c413d2b57f808df9696e2e508458201d9c18f4f0e083637e26a44a4f4f69f70907fef6bc325ce436d01076785c490
6
+ metadata.gz: b447dc49e0652f83bf267fa3e80dde0b72810e0830fb1b1d135f412751154fbb083ca3f22479bd7eb4d69a3737829a4a9e5e855e551d9e9089a1f82cb526a351
7
+ data.tar.gz: ef060c04eb8a11558231afc172d884a335dd8e28029233d382856227282ae4efb7edc277d6680cf5f5e3b432f084bbdb2450e39955d06051e94faa2eff9ef42d
@@ -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
  }