aws-sdk-core 2.11.527 → 2.11.532

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  }
@@ -1741,6 +1741,23 @@
1741
1741
  "senderFault": true
1742
1742
  }
1743
1743
  },
1744
+ "ListenerTimeout": {
1745
+ "type": "structure",
1746
+ "members": {
1747
+ "grpc": {
1748
+ "shape": "GrpcTimeout"
1749
+ },
1750
+ "http": {
1751
+ "shape": "HttpTimeout"
1752
+ },
1753
+ "http2": {
1754
+ "shape": "HttpTimeout"
1755
+ },
1756
+ "tcp": {
1757
+ "shape": "TcpTimeout"
1758
+ }
1759
+ }
1760
+ },
1744
1761
  "MeshList": {
1745
1762
  "type": "list",
1746
1763
  "member": {
@@ -2212,6 +2229,17 @@
2212
2229
  }
2213
2230
  }
2214
2231
  },
2232
+ "HttpTimeout": {
2233
+ "type": "structure",
2234
+ "members": {
2235
+ "idle": {
2236
+ "shape": "Duration"
2237
+ },
2238
+ "perRequest": {
2239
+ "shape": "Duration"
2240
+ }
2241
+ }
2242
+ },
2215
2243
  "DeleteVirtualServiceInput": {
2216
2244
  "type": "structure",
2217
2245
  "required": [
@@ -2718,6 +2746,17 @@
2718
2746
  }
2719
2747
  }
2720
2748
  },
2749
+ "GrpcTimeout": {
2750
+ "type": "structure",
2751
+ "members": {
2752
+ "idle": {
2753
+ "shape": "Duration"
2754
+ },
2755
+ "perRequest": {
2756
+ "shape": "Duration"
2757
+ }
2758
+ }
2759
+ },
2721
2760
  "VirtualNodeStatus": {
2722
2761
  "type": "structure",
2723
2762
  "required": [
@@ -3040,6 +3079,9 @@
3040
3079
  "members": {
3041
3080
  "action": {
3042
3081
  "shape": "TcpRouteAction"
3082
+ },
3083
+ "timeout": {
3084
+ "shape": "TcpTimeout"
3043
3085
  }
3044
3086
  }
3045
3087
  },
@@ -3390,6 +3432,9 @@
3390
3432
  "portMapping": {
3391
3433
  "shape": "PortMapping"
3392
3434
  },
3435
+ "timeout": {
3436
+ "shape": "ListenerTimeout"
3437
+ },
3393
3438
  "tls": {
3394
3439
  "shape": "ListenerTls"
3395
3440
  }
@@ -3410,6 +3455,9 @@
3410
3455
  },
3411
3456
  "retryPolicy": {
3412
3457
  "shape": "GrpcRetryPolicy"
3458
+ },
3459
+ "timeout": {
3460
+ "shape": "GrpcTimeout"
3413
3461
  }
3414
3462
  }
3415
3463
  },
@@ -3646,6 +3694,14 @@
3646
3694
  "String": {
3647
3695
  "type": "string"
3648
3696
  },
3697
+ "TcpTimeout": {
3698
+ "type": "structure",
3699
+ "members": {
3700
+ "idle": {
3701
+ "shape": "Duration"
3702
+ }
3703
+ }
3704
+ },
3649
3705
  "HttpScheme": {
3650
3706
  "type": "string",
3651
3707
  "enum": [
@@ -3706,6 +3762,9 @@
3706
3762
  },
3707
3763
  "retryPolicy": {
3708
3764
  "shape": "HttpRetryPolicy"
3765
+ },
3766
+ "timeout": {
3767
+ "shape": "HttpTimeout"
3709
3768
  }
3710
3769
  }
3711
3770
  },
@@ -87,6 +87,23 @@
87
87
  {"shape":"ResourceContentionFault"}
88
88
  ]
89
89
  },
90
+ "CancelInstanceRefresh":{
91
+ "name":"CancelInstanceRefresh",
92
+ "http":{
93
+ "method":"POST",
94
+ "requestUri":"/"
95
+ },
96
+ "input":{"shape":"CancelInstanceRefreshType"},
97
+ "output":{
98
+ "shape":"CancelInstanceRefreshAnswer",
99
+ "resultWrapper":"CancelInstanceRefreshResult"
100
+ },
101
+ "errors":[
102
+ {"shape":"LimitExceededFault"},
103
+ {"shape":"ResourceContentionFault"},
104
+ {"shape":"ActiveInstanceRefreshNotFoundFault"}
105
+ ]
106
+ },
90
107
  "CompleteLifecycleAction":{
91
108
  "name":"CompleteLifecycleAction",
92
109
  "http":{
@@ -303,6 +320,22 @@
303
320
  {"shape":"ResourceContentionFault"}
304
321
  ]
305
322
  },
323
+ "DescribeInstanceRefreshes":{
324
+ "name":"DescribeInstanceRefreshes",
325
+ "http":{
326
+ "method":"POST",
327
+ "requestUri":"/"
328
+ },
329
+ "input":{"shape":"DescribeInstanceRefreshesType"},
330
+ "output":{
331
+ "shape":"DescribeInstanceRefreshesAnswer",
332
+ "resultWrapper":"DescribeInstanceRefreshesResult"
333
+ },
334
+ "errors":[
335
+ {"shape":"InvalidNextToken"},
336
+ {"shape":"ResourceContentionFault"}
337
+ ]
338
+ },
306
339
  "DescribeLaunchConfigurations":{
307
340
  "name":"DescribeLaunchConfigurations",
308
341
  "http":{
@@ -735,6 +768,23 @@
735
768
  {"shape":"ResourceContentionFault"}
736
769
  ]
737
770
  },
771
+ "StartInstanceRefresh":{
772
+ "name":"StartInstanceRefresh",
773
+ "http":{
774
+ "method":"POST",
775
+ "requestUri":"/"
776
+ },
777
+ "input":{"shape":"StartInstanceRefreshType"},
778
+ "output":{
779
+ "shape":"StartInstanceRefreshAnswer",
780
+ "resultWrapper":"StartInstanceRefreshResult"
781
+ },
782
+ "errors":[
783
+ {"shape":"LimitExceededFault"},
784
+ {"shape":"ResourceContentionFault"},
785
+ {"shape":"InstanceRefreshInProgressFault"}
786
+ ]
787
+ },
738
788
  "SuspendProcesses":{
739
789
  "name":"SuspendProcesses",
740
790
  "http":{
@@ -778,6 +828,18 @@
778
828
  }
779
829
  },
780
830
  "shapes":{
831
+ "ActiveInstanceRefreshNotFoundFault":{
832
+ "type":"structure",
833
+ "members":{
834
+ "message":{"shape":"XmlStringMaxLen255"}
835
+ },
836
+ "error":{
837
+ "code":"ActiveInstanceRefreshNotFound",
838
+ "httpStatusCode":400,
839
+ "senderFault":true
840
+ },
841
+ "exception":true
842
+ },
781
843
  "Activities":{
782
844
  "type":"list",
783
845
  "member":{"shape":"Activity"}
@@ -1078,6 +1140,19 @@
1078
1140
  "type":"list",
1079
1141
  "member":{"shape":"BlockDeviceMapping"}
1080
1142
  },
1143
+ "CancelInstanceRefreshAnswer":{
1144
+ "type":"structure",
1145
+ "members":{
1146
+ "InstanceRefreshId":{"shape":"XmlStringMaxLen255"}
1147
+ }
1148
+ },
1149
+ "CancelInstanceRefreshType":{
1150
+ "type":"structure",
1151
+ "required":["AutoScalingGroupName"],
1152
+ "members":{
1153
+ "AutoScalingGroupName":{"shape":"XmlStringMaxLen255"}
1154
+ }
1155
+ },
1081
1156
  "ClassicLinkVPCSecurityGroups":{
1082
1157
  "type":"list",
1083
1158
  "member":{"shape":"XmlStringMaxLen255"}
@@ -1271,6 +1346,23 @@
1271
1346
  "AutoScalingNotificationTypes":{"shape":"AutoScalingNotificationTypes"}
1272
1347
  }
1273
1348
  },
1349
+ "DescribeInstanceRefreshesAnswer":{
1350
+ "type":"structure",
1351
+ "members":{
1352
+ "InstanceRefreshes":{"shape":"InstanceRefreshes"},
1353
+ "NextToken":{"shape":"XmlString"}
1354
+ }
1355
+ },
1356
+ "DescribeInstanceRefreshesType":{
1357
+ "type":"structure",
1358
+ "required":["AutoScalingGroupName"],
1359
+ "members":{
1360
+ "AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
1361
+ "InstanceRefreshIds":{"shape":"InstanceRefreshIds"},
1362
+ "NextToken":{"shape":"XmlString"},
1363
+ "MaxRecords":{"shape":"MaxRecords"}
1364
+ }
1365
+ },
1274
1366
  "DescribeLifecycleHookTypesAnswer":{
1275
1367
  "type":"structure",
1276
1368
  "members":{
@@ -1589,6 +1681,50 @@
1589
1681
  }
1590
1682
  },
1591
1683
  "InstanceProtected":{"type":"boolean"},
1684
+ "InstanceRefresh":{
1685
+ "type":"structure",
1686
+ "members":{
1687
+ "InstanceRefreshId":{"shape":"XmlStringMaxLen255"},
1688
+ "AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
1689
+ "Status":{"shape":"InstanceRefreshStatus"},
1690
+ "StatusReason":{"shape":"XmlStringMaxLen1023"},
1691
+ "StartTime":{"shape":"TimestampType"},
1692
+ "EndTime":{"shape":"TimestampType"},
1693
+ "PercentageComplete":{"shape":"IntPercent"},
1694
+ "InstancesToUpdate":{"shape":"InstancesToUpdate"}
1695
+ }
1696
+ },
1697
+ "InstanceRefreshIds":{
1698
+ "type":"list",
1699
+ "member":{"shape":"XmlStringMaxLen255"}
1700
+ },
1701
+ "InstanceRefreshInProgressFault":{
1702
+ "type":"structure",
1703
+ "members":{
1704
+ "message":{"shape":"XmlStringMaxLen255"}
1705
+ },
1706
+ "error":{
1707
+ "code":"InstanceRefreshInProgress",
1708
+ "httpStatusCode":400,
1709
+ "senderFault":true
1710
+ },
1711
+ "exception":true
1712
+ },
1713
+ "InstanceRefreshStatus":{
1714
+ "type":"string",
1715
+ "enum":[
1716
+ "Pending",
1717
+ "InProgress",
1718
+ "Successful",
1719
+ "Failed",
1720
+ "Cancelling",
1721
+ "Cancelled"
1722
+ ]
1723
+ },
1724
+ "InstanceRefreshes":{
1725
+ "type":"list",
1726
+ "member":{"shape":"InstanceRefresh"}
1727
+ },
1592
1728
  "Instances":{
1593
1729
  "type":"list",
1594
1730
  "member":{"shape":"Instance"}
@@ -1604,6 +1740,15 @@
1604
1740
  "SpotMaxPrice":{"shape":"MixedInstanceSpotPrice"}
1605
1741
  }
1606
1742
  },
1743
+ "InstancesToUpdate":{
1744
+ "type":"integer",
1745
+ "min":0
1746
+ },
1747
+ "IntPercent":{
1748
+ "type":"integer",
1749
+ "max":100,
1750
+ "min":0
1751
+ },
1607
1752
  "InvalidNextToken":{
1608
1753
  "type":"structure",
1609
1754
  "members":{
@@ -2072,6 +2217,21 @@
2072
2217
  "InstanceId":{"shape":"XmlStringMaxLen19"}
2073
2218
  }
2074
2219
  },
2220
+ "RefreshInstanceWarmup":{
2221
+ "type":"integer",
2222
+ "min":0
2223
+ },
2224
+ "RefreshPreferences":{
2225
+ "type":"structure",
2226
+ "members":{
2227
+ "MinHealthyPercentage":{"shape":"IntPercent"},
2228
+ "InstanceWarmup":{"shape":"RefreshInstanceWarmup"}
2229
+ }
2230
+ },
2231
+ "RefreshStrategy":{
2232
+ "type":"string",
2233
+ "enum":["Rolling"]
2234
+ },
2075
2235
  "ResourceContentionFault":{
2076
2236
  "type":"structure",
2077
2237
  "members":{
@@ -2277,6 +2437,21 @@
2277
2437
  "max":255,
2278
2438
  "min":1
2279
2439
  },
2440
+ "StartInstanceRefreshAnswer":{
2441
+ "type":"structure",
2442
+ "members":{
2443
+ "InstanceRefreshId":{"shape":"XmlStringMaxLen255"}
2444
+ }
2445
+ },
2446
+ "StartInstanceRefreshType":{
2447
+ "type":"structure",
2448
+ "required":["AutoScalingGroupName"],
2449
+ "members":{
2450
+ "AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
2451
+ "Strategy":{"shape":"RefreshStrategy"},
2452
+ "Preferences":{"shape":"RefreshPreferences"}
2453
+ }
2454
+ },
2280
2455
  "StepAdjustment":{
2281
2456
  "type":"structure",
2282
2457
  "required":["ScalingAdjustment"],
@@ -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":{
@@ -1153,8 +1153,7 @@
1153
1153
  }
1154
1154
  },
1155
1155
  "required": [
1156
- "Type",
1157
- "KmsKeyArn"
1156
+ "Type"
1158
1157
  ]
1159
1158
  },
1160
1159
  "GetAssetRequest": {