aws-sdk-core 2.10.80 → 2.10.81

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
  SHA1:
3
- metadata.gz: 97bc9b08e113959fd1a2f6d204a73c26e0e2c9ba
4
- data.tar.gz: c03673debfc4d5b38cf8bcb30ae83403b2dd5c27
3
+ metadata.gz: 738eb76a8ba41acac4ef54f21172c27fe5c095a5
4
+ data.tar.gz: 9a576c2b0773198371dfc91489a4c21c432c3a38
5
5
  SHA512:
6
- metadata.gz: 165c1212f9124dd3bb722e84fe78e07434a8bad18c3c09a116503987b313209c7fabd9cdee3620da7db3b2fa7f479fa93b93e466bce6a61080e9d43c49386de8
7
- data.tar.gz: bf69f3b194971eb7811c152535843390577b32ff8210fc6f9fa51aedfeecccdf993fb8fa4b20a5ddb6bb186390014d38c7bc8f410600378b07e99b576a21d7f0
6
+ metadata.gz: f49c545e58a81054fe964800fcbd0d208887e0259ff966855dc78767c6790f09a4267742d91b45517f597e247fabb2b31a6df4a65d4750853ec806c5cfb45eba
7
+ data.tar.gz: 718f7fe80a32ca9807c696751556f83db87754bc8da43912431a1f412bb3f540f4abe196e2f86bf887bee9cddaa827563d3c68f3fc05e7b428c46361a2c5aa98
@@ -27,6 +27,21 @@
27
27
  {"shape":"InternalServiceException"}
28
28
  ]
29
29
  },
30
+ "DeleteScheduledAction":{
31
+ "name":"DeleteScheduledAction",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/"
35
+ },
36
+ "input":{"shape":"DeleteScheduledActionRequest"},
37
+ "output":{"shape":"DeleteScheduledActionResponse"},
38
+ "errors":[
39
+ {"shape":"ValidationException"},
40
+ {"shape":"ObjectNotFoundException"},
41
+ {"shape":"ConcurrentUpdateException"},
42
+ {"shape":"InternalServiceException"}
43
+ ]
44
+ },
30
45
  "DeregisterScalableTarget":{
31
46
  "name":"DeregisterScalableTarget",
32
47
  "http":{
@@ -88,6 +103,21 @@
88
103
  {"shape":"InternalServiceException"}
89
104
  ]
90
105
  },
106
+ "DescribeScheduledActions":{
107
+ "name":"DescribeScheduledActions",
108
+ "http":{
109
+ "method":"POST",
110
+ "requestUri":"/"
111
+ },
112
+ "input":{"shape":"DescribeScheduledActionsRequest"},
113
+ "output":{"shape":"DescribeScheduledActionsResponse"},
114
+ "errors":[
115
+ {"shape":"ValidationException"},
116
+ {"shape":"InvalidNextTokenException"},
117
+ {"shape":"ConcurrentUpdateException"},
118
+ {"shape":"InternalServiceException"}
119
+ ]
120
+ },
91
121
  "PutScalingPolicy":{
92
122
  "name":"PutScalingPolicy",
93
123
  "http":{
@@ -105,6 +135,22 @@
105
135
  {"shape":"InternalServiceException"}
106
136
  ]
107
137
  },
138
+ "PutScheduledAction":{
139
+ "name":"PutScheduledAction",
140
+ "http":{
141
+ "method":"POST",
142
+ "requestUri":"/"
143
+ },
144
+ "input":{"shape":"PutScheduledActionRequest"},
145
+ "output":{"shape":"PutScheduledActionResponse"},
146
+ "errors":[
147
+ {"shape":"ValidationException"},
148
+ {"shape":"LimitExceededException"},
149
+ {"shape":"ObjectNotFoundException"},
150
+ {"shape":"ConcurrentUpdateException"},
151
+ {"shape":"InternalServiceException"}
152
+ ]
153
+ },
108
154
  "RegisterScalableTarget":{
109
155
  "name":"RegisterScalableTarget",
110
156
  "http":{
@@ -188,6 +234,25 @@
188
234
  "members":{
189
235
  }
190
236
  },
237
+ "DeleteScheduledActionRequest":{
238
+ "type":"structure",
239
+ "required":[
240
+ "ServiceNamespace",
241
+ "ScheduledActionName",
242
+ "ResourceId"
243
+ ],
244
+ "members":{
245
+ "ServiceNamespace":{"shape":"ServiceNamespace"},
246
+ "ScheduledActionName":{"shape":"ResourceIdMaxLen1600"},
247
+ "ResourceId":{"shape":"ResourceIdMaxLen1600"},
248
+ "ScalableDimension":{"shape":"ScalableDimension"}
249
+ }
250
+ },
251
+ "DeleteScheduledActionResponse":{
252
+ "type":"structure",
253
+ "members":{
254
+ }
255
+ },
191
256
  "DeregisterScalableTargetRequest":{
192
257
  "type":"structure",
193
258
  "required":[
@@ -261,6 +326,25 @@
261
326
  "NextToken":{"shape":"XmlString"}
262
327
  }
263
328
  },
329
+ "DescribeScheduledActionsRequest":{
330
+ "type":"structure",
331
+ "required":["ServiceNamespace"],
332
+ "members":{
333
+ "ScheduledActionNames":{"shape":"ResourceIdsMaxLen1600"},
334
+ "ServiceNamespace":{"shape":"ServiceNamespace"},
335
+ "ResourceId":{"shape":"ResourceIdMaxLen1600"},
336
+ "ScalableDimension":{"shape":"ScalableDimension"},
337
+ "MaxResults":{"shape":"MaxResults"},
338
+ "NextToken":{"shape":"XmlString"}
339
+ }
340
+ },
341
+ "DescribeScheduledActionsResponse":{
342
+ "type":"structure",
343
+ "members":{
344
+ "ScheduledActions":{"shape":"ScheduledActions"},
345
+ "NextToken":{"shape":"XmlString"}
346
+ }
347
+ },
264
348
  "DisableScaleIn":{"type":"boolean"},
265
349
  "ErrorMessage":{"type":"string"},
266
350
  "FailedResourceAccessException":{
@@ -393,6 +477,29 @@
393
477
  "Alarms":{"shape":"Alarms"}
394
478
  }
395
479
  },
480
+ "PutScheduledActionRequest":{
481
+ "type":"structure",
482
+ "required":[
483
+ "ServiceNamespace",
484
+ "ScheduledActionName",
485
+ "ResourceId"
486
+ ],
487
+ "members":{
488
+ "ServiceNamespace":{"shape":"ServiceNamespace"},
489
+ "Schedule":{"shape":"ResourceIdMaxLen1600"},
490
+ "ScheduledActionName":{"shape":"ScheduledActionName"},
491
+ "ResourceId":{"shape":"ResourceIdMaxLen1600"},
492
+ "ScalableDimension":{"shape":"ScalableDimension"},
493
+ "StartTime":{"shape":"TimestampType"},
494
+ "EndTime":{"shape":"TimestampType"},
495
+ "ScalableTargetAction":{"shape":"ScalableTargetAction"}
496
+ }
497
+ },
498
+ "PutScheduledActionResponse":{
499
+ "type":"structure",
500
+ "members":{
501
+ }
502
+ },
396
503
  "RegisterScalableTargetRequest":{
397
504
  "type":"structure",
398
505
  "required":[
@@ -468,6 +575,13 @@
468
575
  "CreationTime":{"shape":"TimestampType"}
469
576
  }
470
577
  },
578
+ "ScalableTargetAction":{
579
+ "type":"structure",
580
+ "members":{
581
+ "MinCapacity":{"shape":"ResourceCapacity"},
582
+ "MaxCapacity":{"shape":"ResourceCapacity"}
583
+ }
584
+ },
471
585
  "ScalableTargets":{
472
586
  "type":"list",
473
587
  "member":{"shape":"ScalableTarget"}
@@ -542,6 +656,39 @@
542
656
  "CreationTime":{"shape":"TimestampType"}
543
657
  }
544
658
  },
659
+ "ScheduledAction":{
660
+ "type":"structure",
661
+ "required":[
662
+ "ScheduledActionName",
663
+ "ScheduledActionARN",
664
+ "ServiceNamespace",
665
+ "Schedule",
666
+ "ResourceId",
667
+ "CreationTime"
668
+ ],
669
+ "members":{
670
+ "ScheduledActionName":{"shape":"ScheduledActionName"},
671
+ "ScheduledActionARN":{"shape":"ResourceIdMaxLen1600"},
672
+ "ServiceNamespace":{"shape":"ServiceNamespace"},
673
+ "Schedule":{"shape":"ResourceIdMaxLen1600"},
674
+ "ResourceId":{"shape":"ResourceIdMaxLen1600"},
675
+ "ScalableDimension":{"shape":"ScalableDimension"},
676
+ "StartTime":{"shape":"TimestampType"},
677
+ "EndTime":{"shape":"TimestampType"},
678
+ "ScalableTargetAction":{"shape":"ScalableTargetAction"},
679
+ "CreationTime":{"shape":"TimestampType"}
680
+ }
681
+ },
682
+ "ScheduledActionName":{
683
+ "type":"string",
684
+ "max":256,
685
+ "min":1,
686
+ "pattern":"(?!((^[ ]+.*)|(.*([\\u0000-\\u001f]|[\\u007f-\\u009f]|[:/|])+.*)|(.*[ ]+$))).+"
687
+ },
688
+ "ScheduledActions":{
689
+ "type":"list",
690
+ "member":{"shape":"ScheduledAction"}
691
+ },
545
692
  "ServiceNamespace":{
546
693
  "type":"string",
547
694
  "enum":[
@@ -4344,31 +4344,41 @@
4344
4344
  "CreateVpcEndpointRequest":{
4345
4345
  "type":"structure",
4346
4346
  "required":[
4347
- "ServiceName",
4348
- "VpcId"
4347
+ "VpcId",
4348
+ "ServiceName"
4349
4349
  ],
4350
4350
  "members":{
4351
- "ClientToken":{"shape":"String"},
4352
4351
  "DryRun":{"shape":"Boolean"},
4352
+ "VpcEndpointType":{"shape":"VpcEndpointType"},
4353
+ "VpcId":{"shape":"String"},
4354
+ "ServiceName":{"shape":"String"},
4353
4355
  "PolicyDocument":{"shape":"String"},
4354
4356
  "RouteTableIds":{
4355
4357
  "shape":"ValueStringList",
4356
4358
  "locationName":"RouteTableId"
4357
4359
  },
4358
- "ServiceName":{"shape":"String"},
4359
- "VpcId":{"shape":"String"}
4360
+ "SubnetIds":{
4361
+ "shape":"ValueStringList",
4362
+ "locationName":"SubnetId"
4363
+ },
4364
+ "SecurityGroupIds":{
4365
+ "shape":"ValueStringList",
4366
+ "locationName":"SecurityGroupId"
4367
+ },
4368
+ "ClientToken":{"shape":"String"},
4369
+ "PrivateDnsEnabled":{"shape":"Boolean"}
4360
4370
  }
4361
4371
  },
4362
4372
  "CreateVpcEndpointResult":{
4363
4373
  "type":"structure",
4364
4374
  "members":{
4365
- "ClientToken":{
4366
- "shape":"String",
4367
- "locationName":"clientToken"
4368
- },
4369
4375
  "VpcEndpoint":{
4370
4376
  "shape":"VpcEndpoint",
4371
4377
  "locationName":"vpcEndpoint"
4378
+ },
4379
+ "ClientToken":{
4380
+ "shape":"String",
4381
+ "locationName":"clientToken"
4372
4382
  }
4373
4383
  }
4374
4384
  },
@@ -6889,6 +6899,14 @@
6889
6899
  "type":"structure",
6890
6900
  "members":{
6891
6901
  "DryRun":{"shape":"Boolean"},
6902
+ "ServiceNames":{
6903
+ "shape":"ValueStringList",
6904
+ "locationName":"ServiceName"
6905
+ },
6906
+ "Filters":{
6907
+ "shape":"FilterList",
6908
+ "locationName":"Filter"
6909
+ },
6892
6910
  "MaxResults":{"shape":"Integer"},
6893
6911
  "NextToken":{"shape":"String"}
6894
6912
  }
@@ -6896,13 +6914,17 @@
6896
6914
  "DescribeVpcEndpointServicesResult":{
6897
6915
  "type":"structure",
6898
6916
  "members":{
6899
- "NextToken":{
6900
- "shape":"String",
6901
- "locationName":"nextToken"
6902
- },
6903
6917
  "ServiceNames":{
6904
6918
  "shape":"ValueStringList",
6905
6919
  "locationName":"serviceNameSet"
6920
+ },
6921
+ "ServiceDetails":{
6922
+ "shape":"ServiceDetailSet",
6923
+ "locationName":"serviceDetailSet"
6924
+ },
6925
+ "NextToken":{
6926
+ "shape":"String",
6927
+ "locationName":"nextToken"
6906
6928
  }
6907
6929
  }
6908
6930
  },
@@ -6910,28 +6932,28 @@
6910
6932
  "type":"structure",
6911
6933
  "members":{
6912
6934
  "DryRun":{"shape":"Boolean"},
6935
+ "VpcEndpointIds":{
6936
+ "shape":"ValueStringList",
6937
+ "locationName":"VpcEndpointId"
6938
+ },
6913
6939
  "Filters":{
6914
6940
  "shape":"FilterList",
6915
6941
  "locationName":"Filter"
6916
6942
  },
6917
6943
  "MaxResults":{"shape":"Integer"},
6918
- "NextToken":{"shape":"String"},
6919
- "VpcEndpointIds":{
6920
- "shape":"ValueStringList",
6921
- "locationName":"VpcEndpointId"
6922
- }
6944
+ "NextToken":{"shape":"String"}
6923
6945
  }
6924
6946
  },
6925
6947
  "DescribeVpcEndpointsResult":{
6926
6948
  "type":"structure",
6927
6949
  "members":{
6928
- "NextToken":{
6929
- "shape":"String",
6930
- "locationName":"nextToken"
6931
- },
6932
6950
  "VpcEndpoints":{
6933
6951
  "shape":"VpcEndpointSet",
6934
6952
  "locationName":"vpcEndpointSet"
6953
+ },
6954
+ "NextToken":{
6955
+ "shape":"String",
6956
+ "locationName":"nextToken"
6935
6957
  }
6936
6958
  }
6937
6959
  },
@@ -7424,6 +7446,26 @@
7424
7446
  }
7425
7447
  }
7426
7448
  },
7449
+ "DnsEntry":{
7450
+ "type":"structure",
7451
+ "members":{
7452
+ "DnsName":{
7453
+ "shape":"String",
7454
+ "locationName":"dnsName"
7455
+ },
7456
+ "HostedZoneId":{
7457
+ "shape":"String",
7458
+ "locationName":"hostedZoneId"
7459
+ }
7460
+ }
7461
+ },
7462
+ "DnsEntrySet":{
7463
+ "type":"list",
7464
+ "member":{
7465
+ "shape":"DnsEntry",
7466
+ "locationName":"item"
7467
+ }
7468
+ },
7427
7469
  "DomainType":{
7428
7470
  "type":"string",
7429
7471
  "enum":[
@@ -8251,6 +8293,13 @@
8251
8293
  "locationName":"item"
8252
8294
  }
8253
8295
  },
8296
+ "GroupIdentifierSet":{
8297
+ "type":"list",
8298
+ "member":{
8299
+ "shape":"SecurityGroupIdentifier",
8300
+ "locationName":"item"
8301
+ }
8302
+ },
8254
8303
  "GroupIds":{
8255
8304
  "type":"list",
8256
8305
  "member":{
@@ -10890,18 +10939,35 @@
10890
10939
  "type":"structure",
10891
10940
  "required":["VpcEndpointId"],
10892
10941
  "members":{
10942
+ "DryRun":{"shape":"Boolean"},
10943
+ "VpcEndpointId":{"shape":"String"},
10944
+ "ResetPolicy":{"shape":"Boolean"},
10945
+ "PolicyDocument":{"shape":"String"},
10893
10946
  "AddRouteTableIds":{
10894
10947
  "shape":"ValueStringList",
10895
10948
  "locationName":"AddRouteTableId"
10896
10949
  },
10897
- "DryRun":{"shape":"Boolean"},
10898
- "PolicyDocument":{"shape":"String"},
10899
10950
  "RemoveRouteTableIds":{
10900
10951
  "shape":"ValueStringList",
10901
10952
  "locationName":"RemoveRouteTableId"
10902
10953
  },
10903
- "ResetPolicy":{"shape":"Boolean"},
10904
- "VpcEndpointId":{"shape":"String"}
10954
+ "AddSubnetIds":{
10955
+ "shape":"ValueStringList",
10956
+ "locationName":"AddSubnetId"
10957
+ },
10958
+ "RemoveSubnetIds":{
10959
+ "shape":"ValueStringList",
10960
+ "locationName":"RemoveSubnetId"
10961
+ },
10962
+ "AddSecurityGroupIds":{
10963
+ "shape":"ValueStringList",
10964
+ "locationName":"AddSecurityGroupId"
10965
+ },
10966
+ "RemoveSecurityGroupIds":{
10967
+ "shape":"ValueStringList",
10968
+ "locationName":"RemoveSecurityGroupId"
10969
+ },
10970
+ "PrivateDnsEnabled":{"shape":"Boolean"}
10905
10971
  }
10906
10972
  },
10907
10973
  "ModifyVpcEndpointResult":{
@@ -14082,6 +14148,19 @@
14082
14148
  "locationName":"SecurityGroupId"
14083
14149
  }
14084
14150
  },
14151
+ "SecurityGroupIdentifier":{
14152
+ "type":"structure",
14153
+ "members":{
14154
+ "GroupId":{
14155
+ "shape":"String",
14156
+ "locationName":"groupId"
14157
+ },
14158
+ "GroupName":{
14159
+ "shape":"String",
14160
+ "locationName":"groupName"
14161
+ }
14162
+ }
14163
+ },
14085
14164
  "SecurityGroupList":{
14086
14165
  "type":"list",
14087
14166
  "member":{
@@ -14124,6 +14203,73 @@
14124
14203
  "locationName":"SecurityGroup"
14125
14204
  }
14126
14205
  },
14206
+ "ServiceDetail":{
14207
+ "type":"structure",
14208
+ "members":{
14209
+ "ServiceName":{
14210
+ "shape":"String",
14211
+ "locationName":"serviceName"
14212
+ },
14213
+ "ServiceType":{
14214
+ "shape":"ServiceTypeDetailSet",
14215
+ "locationName":"serviceType"
14216
+ },
14217
+ "AvailabilityZones":{
14218
+ "shape":"ValueStringList",
14219
+ "locationName":"availabilityZoneSet"
14220
+ },
14221
+ "Owner":{
14222
+ "shape":"String",
14223
+ "locationName":"owner"
14224
+ },
14225
+ "BaseEndpointDnsNames":{
14226
+ "shape":"ValueStringList",
14227
+ "locationName":"baseEndpointDnsNameSet"
14228
+ },
14229
+ "PrivateDnsName":{
14230
+ "shape":"String",
14231
+ "locationName":"privateDnsName"
14232
+ },
14233
+ "VpcEndpointPolicySupported":{
14234
+ "shape":"Boolean",
14235
+ "locationName":"vpcEndpointPolicySupported"
14236
+ },
14237
+ "AcceptanceRequired":{
14238
+ "shape":"Boolean",
14239
+ "locationName":"acceptanceRequired"
14240
+ }
14241
+ }
14242
+ },
14243
+ "ServiceDetailSet":{
14244
+ "type":"list",
14245
+ "member":{
14246
+ "shape":"ServiceDetail",
14247
+ "locationName":"item"
14248
+ }
14249
+ },
14250
+ "ServiceType":{
14251
+ "type":"string",
14252
+ "enum":[
14253
+ "Interface",
14254
+ "Gateway"
14255
+ ]
14256
+ },
14257
+ "ServiceTypeDetail":{
14258
+ "type":"structure",
14259
+ "members":{
14260
+ "ServiceType":{
14261
+ "shape":"ServiceType",
14262
+ "locationName":"serviceType"
14263
+ }
14264
+ }
14265
+ },
14266
+ "ServiceTypeDetailSet":{
14267
+ "type":"list",
14268
+ "member":{
14269
+ "shape":"ServiceTypeDetail",
14270
+ "locationName":"item"
14271
+ }
14272
+ },
14127
14273
  "ShutdownBehavior":{
14128
14274
  "type":"string",
14129
14275
  "enum":[
@@ -14871,10 +15017,14 @@
14871
15017
  "State":{
14872
15018
  "type":"string",
14873
15019
  "enum":[
15020
+ "PendingAcceptance",
14874
15021
  "Pending",
14875
15022
  "Available",
14876
15023
  "Deleting",
14877
- "Deleted"
15024
+ "Deleted",
15025
+ "Rejected",
15026
+ "Failed",
15027
+ "Expired"
14878
15028
  ]
14879
15029
  },
14880
15030
  "StateReason":{
@@ -16047,17 +16197,17 @@
16047
16197
  "VpcEndpoint":{
16048
16198
  "type":"structure",
16049
16199
  "members":{
16050
- "CreationTimestamp":{
16051
- "shape":"DateTime",
16052
- "locationName":"creationTimestamp"
16053
- },
16054
- "PolicyDocument":{
16200
+ "VpcEndpointId":{
16055
16201
  "shape":"String",
16056
- "locationName":"policyDocument"
16202
+ "locationName":"vpcEndpointId"
16057
16203
  },
16058
- "RouteTableIds":{
16059
- "shape":"ValueStringList",
16060
- "locationName":"routeTableIdSet"
16204
+ "VpcEndpointType":{
16205
+ "shape":"VpcEndpointType",
16206
+ "locationName":"vpcEndpointType"
16207
+ },
16208
+ "VpcId":{
16209
+ "shape":"String",
16210
+ "locationName":"vpcId"
16061
16211
  },
16062
16212
  "ServiceName":{
16063
16213
  "shape":"String",
@@ -16067,13 +16217,37 @@
16067
16217
  "shape":"State",
16068
16218
  "locationName":"state"
16069
16219
  },
16070
- "VpcEndpointId":{
16220
+ "PolicyDocument":{
16071
16221
  "shape":"String",
16072
- "locationName":"vpcEndpointId"
16222
+ "locationName":"policyDocument"
16073
16223
  },
16074
- "VpcId":{
16075
- "shape":"String",
16076
- "locationName":"vpcId"
16224
+ "RouteTableIds":{
16225
+ "shape":"ValueStringList",
16226
+ "locationName":"routeTableIdSet"
16227
+ },
16228
+ "SubnetIds":{
16229
+ "shape":"ValueStringList",
16230
+ "locationName":"subnetIdSet"
16231
+ },
16232
+ "Groups":{
16233
+ "shape":"GroupIdentifierSet",
16234
+ "locationName":"groupSet"
16235
+ },
16236
+ "PrivateDnsEnabled":{
16237
+ "shape":"Boolean",
16238
+ "locationName":"privateDnsEnabled"
16239
+ },
16240
+ "NetworkInterfaceIds":{
16241
+ "shape":"ValueStringList",
16242
+ "locationName":"networkInterfaceIdSet"
16243
+ },
16244
+ "DnsEntries":{
16245
+ "shape":"DnsEntrySet",
16246
+ "locationName":"dnsEntrySet"
16247
+ },
16248
+ "CreationTimestamp":{
16249
+ "shape":"DateTime",
16250
+ "locationName":"creationTimestamp"
16077
16251
  }
16078
16252
  }
16079
16253
  },
@@ -16084,6 +16258,13 @@
16084
16258
  "locationName":"item"
16085
16259
  }
16086
16260
  },
16261
+ "VpcEndpointType":{
16262
+ "type":"string",
16263
+ "enum":[
16264
+ "Interface",
16265
+ "Gateway"
16266
+ ]
16267
+ },
16087
16268
  "VpcIdStringList":{
16088
16269
  "type":"list",
16089
16270
  "member":{
@@ -621,6 +621,29 @@
621
621
  {"shape":"InvalidParameterCombinationException"}
622
622
  ]
623
623
  },
624
+ "ModifyReplicationGroupShardConfiguration":{
625
+ "name":"ModifyReplicationGroupShardConfiguration",
626
+ "http":{
627
+ "method":"POST",
628
+ "requestUri":"/"
629
+ },
630
+ "input":{"shape":"ModifyReplicationGroupShardConfigurationMessage"},
631
+ "output":{
632
+ "shape":"ModifyReplicationGroupShardConfigurationResult",
633
+ "resultWrapper":"ModifyReplicationGroupShardConfigurationResult"
634
+ },
635
+ "errors":[
636
+ {"shape":"ReplicationGroupNotFoundFault"},
637
+ {"shape":"InvalidReplicationGroupStateFault"},
638
+ {"shape":"InvalidCacheClusterStateFault"},
639
+ {"shape":"InvalidVPCNetworkStateFault"},
640
+ {"shape":"InsufficientCacheClusterCapacityFault"},
641
+ {"shape":"NodeGroupsPerReplicationGroupQuotaExceededFault"},
642
+ {"shape":"NodeQuotaForCustomerExceededFault"},
643
+ {"shape":"InvalidParameterValueException"},
644
+ {"shape":"InvalidParameterCombinationException"}
645
+ ]
646
+ },
624
647
  "PurchaseReservedCacheNodesOffering":{
625
648
  "name":"PurchaseReservedCacheNodesOffering",
626
649
  "http":{
@@ -1896,6 +1919,27 @@
1896
1919
  "ReplicationGroup":{"shape":"ReplicationGroup"}
1897
1920
  }
1898
1921
  },
1922
+ "ModifyReplicationGroupShardConfigurationMessage":{
1923
+ "type":"structure",
1924
+ "required":[
1925
+ "ReplicationGroupId",
1926
+ "NodeGroupCount",
1927
+ "ApplyImmediately"
1928
+ ],
1929
+ "members":{
1930
+ "ReplicationGroupId":{"shape":"String"},
1931
+ "NodeGroupCount":{"shape":"Integer"},
1932
+ "ApplyImmediately":{"shape":"Boolean"},
1933
+ "ReshardingConfiguration":{"shape":"ReshardingConfigurationList"},
1934
+ "NodeGroupsToRemove":{"shape":"NodeGroupsToRemoveList"}
1935
+ }
1936
+ },
1937
+ "ModifyReplicationGroupShardConfigurationResult":{
1938
+ "type":"structure",
1939
+ "members":{
1940
+ "ReplicationGroup":{"shape":"ReplicationGroup"}
1941
+ }
1942
+ },
1899
1943
  "NodeGroup":{
1900
1944
  "type":"structure",
1901
1945
  "members":{
@@ -1968,6 +2012,13 @@
1968
2012
  },
1969
2013
  "exception":true
1970
2014
  },
2015
+ "NodeGroupsToRemoveList":{
2016
+ "type":"list",
2017
+ "member":{
2018
+ "shape":"String",
2019
+ "locationName":"NodeGroupToRemove"
2020
+ }
2021
+ },
1971
2022
  "NodeQuotaForClusterExceededFault":{
1972
2023
  "type":"structure",
1973
2024
  "members":{
@@ -2199,7 +2250,8 @@
2199
2250
  "type":"structure",
2200
2251
  "members":{
2201
2252
  "PrimaryClusterId":{"shape":"String"},
2202
- "AutomaticFailoverStatus":{"shape":"PendingAutomaticFailoverStatus"}
2253
+ "AutomaticFailoverStatus":{"shape":"PendingAutomaticFailoverStatus"},
2254
+ "Resharding":{"shape":"ReshardingStatus"}
2203
2255
  }
2204
2256
  },
2205
2257
  "ReservedCacheNode":{
@@ -2315,6 +2367,25 @@
2315
2367
  "ParameterNameValues":{"shape":"ParameterNameValueList"}
2316
2368
  }
2317
2369
  },
2370
+ "ReshardingConfiguration":{
2371
+ "type":"structure",
2372
+ "members":{
2373
+ "PreferredAvailabilityZones":{"shape":"AvailabilityZonesList"}
2374
+ }
2375
+ },
2376
+ "ReshardingConfigurationList":{
2377
+ "type":"list",
2378
+ "member":{
2379
+ "shape":"ReshardingConfiguration",
2380
+ "locationName":"ReshardingConfiguration"
2381
+ }
2382
+ },
2383
+ "ReshardingStatus":{
2384
+ "type":"structure",
2385
+ "members":{
2386
+ "SlotMigration":{"shape":"SlotMigration"}
2387
+ }
2388
+ },
2318
2389
  "RevokeCacheSecurityGroupIngressMessage":{
2319
2390
  "type":"structure",
2320
2391
  "required":[
@@ -2352,6 +2423,12 @@
2352
2423
  "type":"list",
2353
2424
  "member":{"shape":"SecurityGroupMembership"}
2354
2425
  },
2426
+ "SlotMigration":{
2427
+ "type":"structure",
2428
+ "members":{
2429
+ "ProgressPercentage":{"shape":"Double"}
2430
+ }
2431
+ },
2355
2432
  "Snapshot":{
2356
2433
  "type":"structure",
2357
2434
  "members":{
@@ -1220,23 +1220,23 @@
1220
1220
  },
1221
1221
  "endpoints" : {
1222
1222
  "ap-northeast-1" : {
1223
- "hostname" : "s3-ap-northeast-1.amazonaws.com",
1223
+ "hostname" : "s3.ap-northeast-1.amazonaws.com",
1224
1224
  "signatureVersions" : [ "s3", "s3v4" ]
1225
1225
  },
1226
1226
  "ap-northeast-2" : { },
1227
1227
  "ap-south-1" : { },
1228
1228
  "ap-southeast-1" : {
1229
- "hostname" : "s3-ap-southeast-1.amazonaws.com",
1229
+ "hostname" : "s3.ap-southeast-1.amazonaws.com",
1230
1230
  "signatureVersions" : [ "s3", "s3v4" ]
1231
1231
  },
1232
1232
  "ap-southeast-2" : {
1233
- "hostname" : "s3-ap-southeast-2.amazonaws.com",
1233
+ "hostname" : "s3.ap-southeast-2.amazonaws.com",
1234
1234
  "signatureVersions" : [ "s3", "s3v4" ]
1235
1235
  },
1236
1236
  "ca-central-1" : { },
1237
1237
  "eu-central-1" : { },
1238
1238
  "eu-west-1" : {
1239
- "hostname" : "s3-eu-west-1.amazonaws.com",
1239
+ "hostname" : "s3.eu-west-1.amazonaws.com",
1240
1240
  "signatureVersions" : [ "s3", "s3v4" ]
1241
1241
  },
1242
1242
  "eu-west-2" : { },
@@ -1248,7 +1248,7 @@
1248
1248
  "signatureVersions" : [ "s3", "s3v4" ]
1249
1249
  },
1250
1250
  "sa-east-1" : {
1251
- "hostname" : "s3-sa-east-1.amazonaws.com",
1251
+ "hostname" : "s3.sa-east-1.amazonaws.com",
1252
1252
  "signatureVersions" : [ "s3", "s3v4" ]
1253
1253
  },
1254
1254
  "us-east-1" : {
@@ -1257,11 +1257,11 @@
1257
1257
  },
1258
1258
  "us-east-2" : { },
1259
1259
  "us-west-1" : {
1260
- "hostname" : "s3-us-west-1.amazonaws.com",
1260
+ "hostname" : "s3.us-west-1.amazonaws.com",
1261
1261
  "signatureVersions" : [ "s3", "s3v4" ]
1262
1262
  },
1263
1263
  "us-west-2" : {
1264
- "hostname" : "s3-us-west-2.amazonaws.com",
1264
+ "hostname" : "s3.us-west-2.amazonaws.com",
1265
1265
  "signatureVersions" : [ "s3", "s3v4" ]
1266
1266
  }
1267
1267
  },
@@ -2042,7 +2042,7 @@
2042
2042
  "hostname" : "s3-fips-us-gov-west-1.amazonaws.com"
2043
2043
  },
2044
2044
  "us-gov-west-1" : {
2045
- "hostname" : "s3-us-gov-west-1.amazonaws.com",
2045
+ "hostname" : "s3.us-gov-west-1.amazonaws.com",
2046
2046
  "protocols" : [ "http", "https" ]
2047
2047
  }
2048
2048
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.80'
2
+ VERSION = '2.10.81'
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.10.80
4
+ version: 2.10.81
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: 2017-11-07 00:00:00.000000000 Z
11
+ date: 2017-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath