aws-sdk-core 2.11.527 → 2.11.528

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 410f2e1885132ac39dcf6edfb832dc1c5f475f9ea5fa41adca5ca907db0d62b6
4
- data.tar.gz: 8bcaf973a612d98b01828b16f814332752b1f814ee6e3a26c3248929e78d4da3
3
+ metadata.gz: 73640380e644bb04cafdcdef78bf088cfaca26571c48a7fb9ab05d88dbac23f2
4
+ data.tar.gz: 0a6a6c8b9f673a442e81aefdda3b8afb186b0d99a5fc90d52e9a71dc401d3748
5
5
  SHA512:
6
- metadata.gz: 74cd6390624f0d66ec565450f8bdf93152fdfa75a145254aedaad368ff8ee04821c3b975d0ffb794b2c766b6d5ec16ad29cc3d7ae06fc1521d296836f9d47848
7
- data.tar.gz: f5bda8a82d4f3a139d5a6b01159cf487011eaa5b81821eb7d736d061a431757c671f69f8d91234655cc95368645bfcd01e0c9e16a3b39ad7b9dd5bdee939a13c
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":{
@@ -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":128,
1695
+ "max":1024,
1434
1696
  "min":1
1435
1697
  }
1436
1698
  }
@@ -24,6 +24,11 @@
24
24
  "input_token": "NextToken",
25
25
  "output_token": "NextToken",
26
26
  "limit_key": "MaxResults"
27
+ },
28
+ "ListHostedConfigurationVersions": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
27
32
  }
28
33
  }
29
34
  }
@@ -301,6 +301,25 @@
301
301
  {"shape":"ServiceFailureException"}
302
302
  ]
303
303
  },
304
+ "CreateMeetingWithAttendees":{
305
+ "name":"CreateMeetingWithAttendees",
306
+ "http":{
307
+ "method":"POST",
308
+ "requestUri":"/meetings?operation=create-attendees",
309
+ "responseCode":201
310
+ },
311
+ "input":{"shape":"CreateMeetingWithAttendeesRequest"},
312
+ "output":{"shape":"CreateMeetingWithAttendeesResponse"},
313
+ "errors":[
314
+ {"shape":"BadRequestException"},
315
+ {"shape":"ForbiddenException"},
316
+ {"shape":"ResourceLimitExceededException"},
317
+ {"shape":"ThrottledClientException"},
318
+ {"shape":"UnauthorizedClientException"},
319
+ {"shape":"ServiceUnavailableException"},
320
+ {"shape":"ServiceFailureException"}
321
+ ]
322
+ },
304
323
  "CreatePhoneNumberOrder":{
305
324
  "name":"CreatePhoneNumberOrder",
306
325
  "http":{
@@ -2699,6 +2718,36 @@
2699
2718
  "Meeting":{"shape":"Meeting"}
2700
2719
  }
2701
2720
  },
2721
+ "CreateMeetingWithAttendeesRequest":{
2722
+ "type":"structure",
2723
+ "required":["ClientRequestToken"],
2724
+ "members":{
2725
+ "ClientRequestToken":{
2726
+ "shape":"ClientRequestToken",
2727
+ "idempotencyToken":true
2728
+ },
2729
+ "ExternalMeetingId":{"shape":"ExternalMeetingIdType"},
2730
+ "MeetingHostId":{"shape":"ExternalUserIdType"},
2731
+ "MediaRegion":{"shape":"String"},
2732
+ "Tags":{"shape":"MeetingTagList"},
2733
+ "NotificationsConfiguration":{"shape":"MeetingNotificationConfiguration"},
2734
+ "Attendees":{"shape":"CreateMeetingWithAttendeesRequestItemList"}
2735
+ }
2736
+ },
2737
+ "CreateMeetingWithAttendeesRequestItemList":{
2738
+ "type":"list",
2739
+ "member":{"shape":"CreateAttendeeRequestItem"},
2740
+ "max":5,
2741
+ "min":1
2742
+ },
2743
+ "CreateMeetingWithAttendeesResponse":{
2744
+ "type":"structure",
2745
+ "members":{
2746
+ "Meeting":{"shape":"Meeting"},
2747
+ "Attendees":{"shape":"AttendeeList"},
2748
+ "Errors":{"shape":"BatchCreateAttendeeErrorList"}
2749
+ }
2750
+ },
2702
2751
  "CreatePhoneNumberOrderRequest":{
2703
2752
  "type":"structure",
2704
2753
  "required":[
@@ -271,6 +271,7 @@
271
271
  {"shape":"NotAuthorizedException"},
272
272
  {"shape":"UserNotFoundException"},
273
273
  {"shape":"AliasExistsException"},
274
+ {"shape":"LimitExceededException"},
274
275
  {"shape":"InternalErrorException"}
275
276
  ]
276
277
  },
@@ -2584,10 +2585,7 @@
2584
2585
  "AuthParametersType":{
2585
2586
  "type":"map",
2586
2587
  "key":{"shape":"StringType"},
2587
- "value":{"shape":"AuthParametersValueType"}
2588
- },
2589
- "AuthParametersValueType":{
2590
- "type":"string",
2588
+ "value":{"shape":"StringType"},
2591
2589
  "sensitive":true
2592
2590
  },
2593
2591
  "AuthenticationResultType":{
@@ -4038,10 +4038,72 @@
4038
4038
  "AwsIotJobArn":{"type":"string"},
4039
4039
  "AwsIotJobId":{"type":"string"},
4040
4040
  "AwsIotSqlVersion":{"type":"string"},
4041
+ "AwsJobAbortConfig":{
4042
+ "type":"structure",
4043
+ "required":["abortCriteriaList"],
4044
+ "members":{
4045
+ "abortCriteriaList":{"shape":"AwsJobAbortCriteriaList"}
4046
+ }
4047
+ },
4048
+ "AwsJobAbortCriteria":{
4049
+ "type":"structure",
4050
+ "required":[
4051
+ "failureType",
4052
+ "action",
4053
+ "thresholdPercentage",
4054
+ "minNumberOfExecutedThings"
4055
+ ],
4056
+ "members":{
4057
+ "failureType":{"shape":"AwsJobAbortCriteriaFailureType"},
4058
+ "action":{"shape":"AwsJobAbortCriteriaAbortAction"},
4059
+ "thresholdPercentage":{"shape":"AwsJobAbortCriteriaAbortThresholdPercentage"},
4060
+ "minNumberOfExecutedThings":{"shape":"AwsJobAbortCriteriaMinimumNumberOfExecutedThings"}
4061
+ }
4062
+ },
4063
+ "AwsJobAbortCriteriaAbortAction":{
4064
+ "type":"string",
4065
+ "enum":["CANCEL"]
4066
+ },
4067
+ "AwsJobAbortCriteriaAbortThresholdPercentage":{
4068
+ "type":"double",
4069
+ "max":100
4070
+ },
4071
+ "AwsJobAbortCriteriaFailureType":{
4072
+ "type":"string",
4073
+ "enum":[
4074
+ "FAILED",
4075
+ "REJECTED",
4076
+ "TIMED_OUT",
4077
+ "ALL"
4078
+ ]
4079
+ },
4080
+ "AwsJobAbortCriteriaList":{
4081
+ "type":"list",
4082
+ "member":{"shape":"AwsJobAbortCriteria"},
4083
+ "min":1
4084
+ },
4085
+ "AwsJobAbortCriteriaMinimumNumberOfExecutedThings":{
4086
+ "type":"integer",
4087
+ "min":1
4088
+ },
4041
4089
  "AwsJobExecutionsRolloutConfig":{
4042
4090
  "type":"structure",
4043
4091
  "members":{
4044
- "maximumPerMinute":{"shape":"MaximumPerMinute"}
4092
+ "maximumPerMinute":{"shape":"MaximumPerMinute"},
4093
+ "exponentialRate":{"shape":"AwsJobExponentialRolloutRate"}
4094
+ }
4095
+ },
4096
+ "AwsJobExponentialRolloutRate":{
4097
+ "type":"structure",
4098
+ "required":[
4099
+ "baseRatePerMinute",
4100
+ "incrementFactor",
4101
+ "rateIncreaseCriteria"
4102
+ ],
4103
+ "members":{
4104
+ "baseRatePerMinute":{"shape":"AwsJobRolloutRatePerMinute"},
4105
+ "incrementFactor":{"shape":"AwsJobRolloutIncrementFactor"},
4106
+ "rateIncreaseCriteria":{"shape":"AwsJobRateIncreaseCriteria"}
4045
4107
  }
4046
4108
  },
4047
4109
  "AwsJobPresignedUrlConfig":{
@@ -4050,6 +4112,30 @@
4050
4112
  "expiresInSec":{"shape":"ExpiresInSeconds"}
4051
4113
  }
4052
4114
  },
4115
+ "AwsJobRateIncreaseCriteria":{
4116
+ "type":"structure",
4117
+ "members":{
4118
+ "numberOfNotifiedThings":{"shape":"AwsJobRateIncreaseCriteriaNumberOfThings"},
4119
+ "numberOfSucceededThings":{"shape":"AwsJobRateIncreaseCriteriaNumberOfThings"}
4120
+ }
4121
+ },
4122
+ "AwsJobRateIncreaseCriteriaNumberOfThings":{
4123
+ "type":"integer",
4124
+ "min":1
4125
+ },
4126
+ "AwsJobRolloutIncrementFactor":{"type":"double"},
4127
+ "AwsJobRolloutRatePerMinute":{
4128
+ "type":"integer",
4129
+ "max":1000,
4130
+ "min":1
4131
+ },
4132
+ "AwsJobTimeoutConfig":{
4133
+ "type":"structure",
4134
+ "members":{
4135
+ "inProgressTimeoutInMinutes":{"shape":"AwsJobTimeoutInProgressTimeoutInMinutes"}
4136
+ }
4137
+ },
4138
+ "AwsJobTimeoutInProgressTimeoutInMinutes":{"type":"long"},
4053
4139
  "Behavior":{
4054
4140
  "type":"structure",
4055
4141
  "required":["name"],
@@ -4781,6 +4867,8 @@
4781
4867
  "targetSelection":{"shape":"TargetSelection"},
4782
4868
  "awsJobExecutionsRolloutConfig":{"shape":"AwsJobExecutionsRolloutConfig"},
4783
4869
  "awsJobPresignedUrlConfig":{"shape":"AwsJobPresignedUrlConfig"},
4870
+ "awsJobAbortConfig":{"shape":"AwsJobAbortConfig"},
4871
+ "awsJobTimeoutConfig":{"shape":"AwsJobTimeoutConfig"},
4784
4872
  "files":{"shape":"OTAUpdateFiles"},
4785
4873
  "roleArn":{"shape":"RoleArn"},
4786
4874
  "additionalParameters":{"shape":"AdditionalParameterMap"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.527'
2
+ VERSION = '2.11.528'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.527
4
+ version: 2.11.528
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-12 00:00:00.000000000 Z
11
+ date: 2020-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath