aws-sdk-core 2.11.80 → 2.11.81

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,20 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeRegions",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeInstances",
12
+ "input": {
13
+ "InstanceIds": [
14
+ "i-12345678"
15
+ ]
16
+ },
17
+ "errorExpectedFromService": true
18
+ }
19
+ ]
20
+ }
@@ -11,6 +11,27 @@
11
11
  "xmlNamespace":"http://redshift.amazonaws.com/doc/2012-12-01/"
12
12
  },
13
13
  "operations":{
14
+ "AcceptReservedNodeExchange":{
15
+ "name":"AcceptReservedNodeExchange",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"AcceptReservedNodeExchangeInputMessage"},
21
+ "output":{
22
+ "shape":"AcceptReservedNodeExchangeOutputMessage",
23
+ "resultWrapper":"AcceptReservedNodeExchangeResult"
24
+ },
25
+ "errors":[
26
+ {"shape":"ReservedNodeNotFoundFault"},
27
+ {"shape":"InvalidReservedNodeStateFault"},
28
+ {"shape":"ReservedNodeAlreadyMigratedFault"},
29
+ {"shape":"ReservedNodeOfferingNotFoundFault"},
30
+ {"shape":"UnsupportedOperationFault"},
31
+ {"shape":"DependentServiceUnavailableFault"},
32
+ {"shape":"ReservedNodeAlreadyExistsFault"}
33
+ ]
34
+ },
14
35
  "AuthorizeClusterSecurityGroupIngress":{
15
36
  "name":"AuthorizeClusterSecurityGroupIngress",
16
37
  "http":{
@@ -403,6 +424,21 @@
403
424
  {"shape":"InvalidTagFault"}
404
425
  ]
405
426
  },
427
+ "DescribeClusterDbRevisions":{
428
+ "name":"DescribeClusterDbRevisions",
429
+ "http":{
430
+ "method":"POST",
431
+ "requestUri":"/"
432
+ },
433
+ "input":{"shape":"DescribeClusterDbRevisionsMessage"},
434
+ "output":{
435
+ "shape":"ClusterDbRevisionsMessage",
436
+ "resultWrapper":"DescribeClusterDbRevisionsResult"
437
+ },
438
+ "errors":[
439
+ {"shape":"ClusterNotFoundFault"}
440
+ ]
441
+ },
406
442
  "DescribeClusterParameterGroups":{
407
443
  "name":"DescribeClusterParameterGroups",
408
444
  "http":{
@@ -811,6 +847,26 @@
811
847
  {"shape":"UnsupportedOperationFault"}
812
848
  ]
813
849
  },
850
+ "GetReservedNodeExchangeOfferings":{
851
+ "name":"GetReservedNodeExchangeOfferings",
852
+ "http":{
853
+ "method":"POST",
854
+ "requestUri":"/"
855
+ },
856
+ "input":{"shape":"GetReservedNodeExchangeOfferingsInputMessage"},
857
+ "output":{
858
+ "shape":"GetReservedNodeExchangeOfferingsOutputMessage",
859
+ "resultWrapper":"GetReservedNodeExchangeOfferingsResult"
860
+ },
861
+ "errors":[
862
+ {"shape":"ReservedNodeNotFoundFault"},
863
+ {"shape":"InvalidReservedNodeStateFault"},
864
+ {"shape":"ReservedNodeAlreadyMigratedFault"},
865
+ {"shape":"ReservedNodeOfferingNotFoundFault"},
866
+ {"shape":"UnsupportedOperationFault"},
867
+ {"shape":"DependentServiceUnavailableFault"}
868
+ ]
869
+ },
814
870
  "ModifyCluster":{
815
871
  "name":"ModifyCluster",
816
872
  "http":{
@@ -838,7 +894,25 @@
838
894
  {"shape":"ClusterAlreadyExistsFault"},
839
895
  {"shape":"LimitExceededFault"},
840
896
  {"shape":"DependentServiceRequestThrottlingFault"},
841
- {"shape":"InvalidElasticIpFault"}
897
+ {"shape":"InvalidElasticIpFault"},
898
+ {"shape":"TableLimitExceededFault"}
899
+ ]
900
+ },
901
+ "ModifyClusterDbRevision":{
902
+ "name":"ModifyClusterDbRevision",
903
+ "http":{
904
+ "method":"POST",
905
+ "requestUri":"/"
906
+ },
907
+ "input":{"shape":"ModifyClusterDbRevisionMessage"},
908
+ "output":{
909
+ "shape":"ModifyClusterDbRevisionResult",
910
+ "resultWrapper":"ModifyClusterDbRevisionResult"
911
+ },
912
+ "errors":[
913
+ {"shape":"ClusterNotFoundFault"},
914
+ {"shape":"ClusterOnLatestRevisionFault"},
915
+ {"shape":"InvalidClusterStateFault"}
842
916
  ]
843
917
  },
844
918
  "ModifyClusterIamRoles":{
@@ -1093,6 +1167,23 @@
1093
1167
  }
1094
1168
  },
1095
1169
  "shapes":{
1170
+ "AcceptReservedNodeExchangeInputMessage":{
1171
+ "type":"structure",
1172
+ "required":[
1173
+ "ReservedNodeId",
1174
+ "TargetReservedNodeOfferingId"
1175
+ ],
1176
+ "members":{
1177
+ "ReservedNodeId":{"shape":"String"},
1178
+ "TargetReservedNodeOfferingId":{"shape":"String"}
1179
+ }
1180
+ },
1181
+ "AcceptReservedNodeExchangeOutputMessage":{
1182
+ "type":"structure",
1183
+ "members":{
1184
+ "ExchangedReservedNode":{"shape":"ReservedNode"}
1185
+ }
1186
+ },
1096
1187
  "AccessToSnapshotDeniedFault":{
1097
1188
  "type":"structure",
1098
1189
  "members":{
@@ -1248,7 +1339,8 @@
1248
1339
  "Tags":{"shape":"TagList"},
1249
1340
  "KmsKeyId":{"shape":"String"},
1250
1341
  "EnhancedVpcRouting":{"shape":"Boolean"},
1251
- "IamRoles":{"shape":"ClusterIamRoleList"}
1342
+ "IamRoles":{"shape":"ClusterIamRoleList"},
1343
+ "PendingActions":{"shape":"PendingActionsList"}
1252
1344
  },
1253
1345
  "wrapper":true
1254
1346
  },
@@ -1271,6 +1363,29 @@
1271
1363
  "Expiration":{"shape":"TStamp"}
1272
1364
  }
1273
1365
  },
1366
+ "ClusterDbRevision":{
1367
+ "type":"structure",
1368
+ "members":{
1369
+ "ClusterIdentifier":{"shape":"String"},
1370
+ "CurrentDatabaseRevision":{"shape":"String"},
1371
+ "DatabaseRevisionReleaseDate":{"shape":"TStamp"},
1372
+ "RevisionTargets":{"shape":"RevisionTargetsList"}
1373
+ }
1374
+ },
1375
+ "ClusterDbRevisionsList":{
1376
+ "type":"list",
1377
+ "member":{
1378
+ "shape":"ClusterDbRevision",
1379
+ "locationName":"ClusterDbRevision"
1380
+ }
1381
+ },
1382
+ "ClusterDbRevisionsMessage":{
1383
+ "type":"structure",
1384
+ "members":{
1385
+ "Marker":{"shape":"String"},
1386
+ "ClusterDbRevisions":{"shape":"ClusterDbRevisionsList"}
1387
+ }
1388
+ },
1274
1389
  "ClusterIamRole":{
1275
1390
  "type":"structure",
1276
1391
  "members":{
@@ -1315,6 +1430,17 @@
1315
1430
  },
1316
1431
  "exception":true
1317
1432
  },
1433
+ "ClusterOnLatestRevisionFault":{
1434
+ "type":"structure",
1435
+ "members":{
1436
+ },
1437
+ "error":{
1438
+ "code":"ClusterOnLatestRevision",
1439
+ "httpStatusCode":400,
1440
+ "senderFault":true
1441
+ },
1442
+ "exception":true
1443
+ },
1318
1444
  "ClusterParameterGroup":{
1319
1445
  "type":"structure",
1320
1446
  "members":{
@@ -2001,6 +2127,14 @@
2001
2127
  },
2002
2128
  "exception":true
2003
2129
  },
2130
+ "DescribeClusterDbRevisionsMessage":{
2131
+ "type":"structure",
2132
+ "members":{
2133
+ "ClusterIdentifier":{"shape":"String"},
2134
+ "MaxRecords":{"shape":"IntegerOptional"},
2135
+ "Marker":{"shape":"String"}
2136
+ }
2137
+ },
2004
2138
  "DescribeClusterParameterGroupsMessage":{
2005
2139
  "type":"structure",
2006
2140
  "members":{
@@ -2419,6 +2553,22 @@
2419
2553
  "DbGroups":{"shape":"DbGroupList"}
2420
2554
  }
2421
2555
  },
2556
+ "GetReservedNodeExchangeOfferingsInputMessage":{
2557
+ "type":"structure",
2558
+ "required":["ReservedNodeId"],
2559
+ "members":{
2560
+ "ReservedNodeId":{"shape":"String"},
2561
+ "MaxRecords":{"shape":"IntegerOptional"},
2562
+ "Marker":{"shape":"String"}
2563
+ }
2564
+ },
2565
+ "GetReservedNodeExchangeOfferingsOutputMessage":{
2566
+ "type":"structure",
2567
+ "members":{
2568
+ "Marker":{"shape":"String"},
2569
+ "ReservedNodeOfferings":{"shape":"ReservedNodeOfferingList"}
2570
+ }
2571
+ },
2422
2572
  "HsmClientCertificate":{
2423
2573
  "type":"structure",
2424
2574
  "members":{
@@ -2720,6 +2870,17 @@
2720
2870
  },
2721
2871
  "exception":true
2722
2872
  },
2873
+ "InvalidReservedNodeStateFault":{
2874
+ "type":"structure",
2875
+ "members":{
2876
+ },
2877
+ "error":{
2878
+ "code":"InvalidReservedNodeState",
2879
+ "httpStatusCode":400,
2880
+ "senderFault":true
2881
+ },
2882
+ "exception":true
2883
+ },
2723
2884
  "InvalidRestoreFault":{
2724
2885
  "type":"structure",
2725
2886
  "members":{
@@ -2843,6 +3004,23 @@
2843
3004
  },
2844
3005
  "Long":{"type":"long"},
2845
3006
  "LongOptional":{"type":"long"},
3007
+ "ModifyClusterDbRevisionMessage":{
3008
+ "type":"structure",
3009
+ "required":[
3010
+ "ClusterIdentifier",
3011
+ "RevisionTarget"
3012
+ ],
3013
+ "members":{
3014
+ "ClusterIdentifier":{"shape":"String"},
3015
+ "RevisionTarget":{"shape":"String"}
3016
+ }
3017
+ },
3018
+ "ModifyClusterDbRevisionResult":{
3019
+ "type":"structure",
3020
+ "members":{
3021
+ "Cluster":{"shape":"Cluster"}
3022
+ }
3023
+ },
2846
3024
  "ModifyClusterIamRolesMessage":{
2847
3025
  "type":"structure",
2848
3026
  "required":["ClusterIdentifier"],
@@ -3034,6 +3212,10 @@
3034
3212
  "locationName":"Parameter"
3035
3213
  }
3036
3214
  },
3215
+ "PendingActionsList":{
3216
+ "type":"list",
3217
+ "member":{"shape":"String"}
3218
+ },
3037
3219
  "PendingModifiedValues":{
3038
3220
  "type":"structure",
3039
3221
  "members":{
@@ -3120,6 +3302,17 @@
3120
3302
  },
3121
3303
  "exception":true
3122
3304
  },
3305
+ "ReservedNodeAlreadyMigratedFault":{
3306
+ "type":"structure",
3307
+ "members":{
3308
+ },
3309
+ "error":{
3310
+ "code":"ReservedNodeAlreadyMigrated",
3311
+ "httpStatusCode":400,
3312
+ "senderFault":true
3313
+ },
3314
+ "exception":true
3315
+ },
3123
3316
  "ReservedNodeList":{
3124
3317
  "type":"list",
3125
3318
  "member":{
@@ -3332,6 +3525,21 @@
3332
3525
  "TableRestoreStatus":{"shape":"TableRestoreStatus"}
3333
3526
  }
3334
3527
  },
3528
+ "RevisionTarget":{
3529
+ "type":"structure",
3530
+ "members":{
3531
+ "DatabaseRevision":{"shape":"String"},
3532
+ "Description":{"shape":"String"},
3533
+ "DatabaseRevisionReleaseDate":{"shape":"TStamp"}
3534
+ }
3535
+ },
3536
+ "RevisionTargetsList":{
3537
+ "type":"list",
3538
+ "member":{
3539
+ "shape":"RevisionTarget",
3540
+ "locationName":"RevisionTarget"
3541
+ }
3542
+ },
3335
3543
  "RevokeClusterSecurityGroupIngressMessage":{
3336
3544
  "type":"structure",
3337
3545
  "required":["ClusterSecurityGroupName"],
@@ -3685,6 +3893,17 @@
3685
3893
  }
3686
3894
  },
3687
3895
  "TStamp":{"type":"timestamp"},
3896
+ "TableLimitExceededFault":{
3897
+ "type":"structure",
3898
+ "members":{
3899
+ },
3900
+ "error":{
3901
+ "code":"TableLimitExceeded",
3902
+ "httpStatusCode":400,
3903
+ "senderFault":true
3904
+ },
3905
+ "exception":true
3906
+ },
3688
3907
  "TableRestoreNotFoundFault":{
3689
3908
  "type":"structure",
3690
3909
  "members":{
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeClusterVersions",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeClusters",
12
+ "input": {
13
+ "ClusterIdentifier": "fake-cluster"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -1275,6 +1275,7 @@
1275
1275
  "ap-southeast-2" : { },
1276
1276
  "eu-central-1" : { },
1277
1277
  "eu-west-1" : { },
1278
+ "sa-east-1" : { },
1278
1279
  "us-east-1" : { },
1279
1280
  "us-west-2" : { }
1280
1281
  }
@@ -1646,6 +1647,7 @@
1646
1647
  "sagemaker" : {
1647
1648
  "endpoints" : {
1648
1649
  "ap-northeast-1" : { },
1650
+ "ap-northeast-2" : { },
1649
1651
  "eu-west-1" : { },
1650
1652
  "us-east-1" : { },
1651
1653
  "us-east-2" : { },
@@ -1850,10 +1852,30 @@
1850
1852
  "eu-west-1" : { },
1851
1853
  "eu-west-2" : { },
1852
1854
  "eu-west-3" : { },
1853
- "fips-us-east-1" : { },
1854
- "fips-us-east-2" : { },
1855
- "fips-us-west-1" : { },
1856
- "fips-us-west-2" : { },
1855
+ "fips-us-east-1" : {
1856
+ "credentialScope" : {
1857
+ "region" : "us-east-1"
1858
+ },
1859
+ "hostname" : "sqs-fips.us-east-1.amazonaws.com"
1860
+ },
1861
+ "fips-us-east-2" : {
1862
+ "credentialScope" : {
1863
+ "region" : "us-east-2"
1864
+ },
1865
+ "hostname" : "sqs-fips.us-east-2.amazonaws.com"
1866
+ },
1867
+ "fips-us-west-1" : {
1868
+ "credentialScope" : {
1869
+ "region" : "us-west-1"
1870
+ },
1871
+ "hostname" : "sqs-fips.us-west-1.amazonaws.com"
1872
+ },
1873
+ "fips-us-west-2" : {
1874
+ "credentialScope" : {
1875
+ "region" : "us-west-2"
1876
+ },
1877
+ "hostname" : "sqs-fips.us-west-2.amazonaws.com"
1878
+ },
1857
1879
  "sa-east-1" : { },
1858
1880
  "us-east-1" : {
1859
1881
  "sslCommonName" : "queue.{dnsSuffix}"
@@ -2158,7 +2180,8 @@
2158
2180
  "services" : {
2159
2181
  "apigateway" : {
2160
2182
  "endpoints" : {
2161
- "cn-north-1" : { }
2183
+ "cn-north-1" : { },
2184
+ "cn-northwest-1" : { }
2162
2185
  }
2163
2186
  },
2164
2187
  "application-autoscaling" : {
@@ -2229,6 +2252,12 @@
2229
2252
  "cn-northwest-1" : { }
2230
2253
  }
2231
2254
  },
2255
+ "ds" : {
2256
+ "endpoints" : {
2257
+ "cn-north-1" : { },
2258
+ "cn-northwest-1" : { }
2259
+ }
2260
+ },
2232
2261
  "dynamodb" : {
2233
2262
  "defaults" : {
2234
2263
  "protocols" : [ "http", "https" ]
@@ -2339,7 +2368,8 @@
2339
2368
  },
2340
2369
  "lambda" : {
2341
2370
  "endpoints" : {
2342
- "cn-north-1" : { }
2371
+ "cn-north-1" : { },
2372
+ "cn-northwest-1" : { }
2343
2373
  }
2344
2374
  },
2345
2375
  "logs" : {
@@ -2750,6 +2780,14 @@
2750
2780
  "endpoints" : {
2751
2781
  "us-gov-west-1" : { }
2752
2782
  }
2783
+ },
2784
+ "translate" : {
2785
+ "defaults" : {
2786
+ "protocols" : [ "https" ]
2787
+ },
2788
+ "endpoints" : {
2789
+ "us-gov-west-1" : { }
2790
+ }
2753
2791
  }
2754
2792
  }
2755
2793
  } ],