aws-sdk-core 2.11.305 → 2.11.306
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 +4 -4
- data/apis/alexaforbusiness/2017-11-09/api-2.json +74 -9
- data/apis/ec2/2016-11-15/api-2.json +125 -30
- data/apis/redshift/2012-12-01/api-2.json +4 -1
- data/apis/workspaces/2015-04-08/api-2.json +1 -69
- data/endpoints.json +16 -4
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 354e389fe6ed42610f438dcccb10c8ce3ef721f0
|
4
|
+
data.tar.gz: e8bf9141e0ad931ef9dea859fe6cb0ff6ed21ddf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 365e042070a937d1f6655d9c6a9dd275eed040fc490d3e4110a324b5bbd40cea07eb8ccd4748fc868a5b770c2bb5502a042b8c0bcaf38e7acde81e1937e505c6
|
7
|
+
data.tar.gz: c4e35b0fbcb869bdc7474ecf8c511791abad610f3e91515e4cd7b86ae21993efc2f1bb23532ec14f4aee1bd3b7ebf7898b49c56bdd8f2390ab2eba396f184854
|
@@ -1514,7 +1514,9 @@
|
|
1514
1514
|
"DisplayName":{"shape":"ContactName"},
|
1515
1515
|
"FirstName":{"shape":"ContactName"},
|
1516
1516
|
"LastName":{"shape":"ContactName"},
|
1517
|
-
"PhoneNumber":{"shape":"
|
1517
|
+
"PhoneNumber":{"shape":"RawPhoneNumber"},
|
1518
|
+
"PhoneNumbers":{"shape":"PhoneNumberList"},
|
1519
|
+
"SipAddresses":{"shape":"SipAddressList"}
|
1518
1520
|
}
|
1519
1521
|
},
|
1520
1522
|
"ContactData":{
|
@@ -1524,7 +1526,9 @@
|
|
1524
1526
|
"DisplayName":{"shape":"ContactName"},
|
1525
1527
|
"FirstName":{"shape":"ContactName"},
|
1526
1528
|
"LastName":{"shape":"ContactName"},
|
1527
|
-
"PhoneNumber":{"shape":"
|
1529
|
+
"PhoneNumber":{"shape":"RawPhoneNumber"},
|
1530
|
+
"PhoneNumbers":{"shape":"PhoneNumberList"},
|
1531
|
+
"SipAddresses":{"shape":"SipAddressList"}
|
1528
1532
|
}
|
1529
1533
|
},
|
1530
1534
|
"ContactDataList":{
|
@@ -1624,7 +1628,9 @@
|
|
1624
1628
|
"DisplayName":{"shape":"ContactName"},
|
1625
1629
|
"FirstName":{"shape":"ContactName"},
|
1626
1630
|
"LastName":{"shape":"ContactName"},
|
1627
|
-
"PhoneNumber":{"shape":"
|
1631
|
+
"PhoneNumber":{"shape":"RawPhoneNumber"},
|
1632
|
+
"PhoneNumbers":{"shape":"PhoneNumberList"},
|
1633
|
+
"SipAddresses":{"shape":"SipAddressList"},
|
1628
1634
|
"ClientRequestToken":{
|
1629
1635
|
"shape":"ClientRequestToken",
|
1630
1636
|
"idempotencyToken":true
|
@@ -2194,11 +2200,6 @@
|
|
2194
2200
|
"IMPERIAL"
|
2195
2201
|
]
|
2196
2202
|
},
|
2197
|
-
"E164PhoneNumber":{
|
2198
|
-
"type":"string",
|
2199
|
-
"pattern":"^\\+\\d{8,}$",
|
2200
|
-
"sensitive":true
|
2201
|
-
},
|
2202
2203
|
"Email":{
|
2203
2204
|
"type":"string",
|
2204
2205
|
"max":128,
|
@@ -2904,6 +2905,32 @@
|
|
2904
2905
|
"OneClickPinDelay":{"shape":"OneClickPinDelay"}
|
2905
2906
|
}
|
2906
2907
|
},
|
2908
|
+
"PhoneNumber":{
|
2909
|
+
"type":"structure",
|
2910
|
+
"required":[
|
2911
|
+
"Number",
|
2912
|
+
"Type"
|
2913
|
+
],
|
2914
|
+
"members":{
|
2915
|
+
"Number":{"shape":"RawPhoneNumber"},
|
2916
|
+
"Type":{"shape":"PhoneNumberType"}
|
2917
|
+
}
|
2918
|
+
},
|
2919
|
+
"PhoneNumberList":{
|
2920
|
+
"type":"list",
|
2921
|
+
"member":{"shape":"PhoneNumber"},
|
2922
|
+
"max":3,
|
2923
|
+
"min":0
|
2924
|
+
},
|
2925
|
+
"PhoneNumberType":{
|
2926
|
+
"type":"string",
|
2927
|
+
"enum":[
|
2928
|
+
"MOBILE",
|
2929
|
+
"WORK",
|
2930
|
+
"HOME"
|
2931
|
+
],
|
2932
|
+
"sensitive":true
|
2933
|
+
},
|
2907
2934
|
"PrivacyPolicy":{"type":"string"},
|
2908
2935
|
"ProductDescription":{"type":"string"},
|
2909
2936
|
"ProductId":{
|
@@ -3015,6 +3042,13 @@
|
|
3015
3042
|
"members":{
|
3016
3043
|
}
|
3017
3044
|
},
|
3045
|
+
"RawPhoneNumber":{
|
3046
|
+
"type":"string",
|
3047
|
+
"max":50,
|
3048
|
+
"min":0,
|
3049
|
+
"pattern":"^[\\+0-9\\#\\,\\(][\\+0-9\\-\\.\\/\\(\\)\\,\\#\\s]+$",
|
3050
|
+
"sensitive":true
|
3051
|
+
},
|
3018
3052
|
"RegisterAVSDeviceRequest":{
|
3019
3053
|
"type":"structure",
|
3020
3054
|
"required":[
|
@@ -3361,6 +3395,35 @@
|
|
3361
3395
|
"max":3,
|
3362
3396
|
"min":0
|
3363
3397
|
},
|
3398
|
+
"SipAddress":{
|
3399
|
+
"type":"structure",
|
3400
|
+
"required":[
|
3401
|
+
"Uri",
|
3402
|
+
"Type"
|
3403
|
+
],
|
3404
|
+
"members":{
|
3405
|
+
"Uri":{"shape":"SipUri"},
|
3406
|
+
"Type":{"shape":"SipType"}
|
3407
|
+
}
|
3408
|
+
},
|
3409
|
+
"SipAddressList":{
|
3410
|
+
"type":"list",
|
3411
|
+
"member":{"shape":"SipAddress"},
|
3412
|
+
"max":1,
|
3413
|
+
"min":0
|
3414
|
+
},
|
3415
|
+
"SipType":{
|
3416
|
+
"type":"string",
|
3417
|
+
"enum":["WORK"],
|
3418
|
+
"sensitive":true
|
3419
|
+
},
|
3420
|
+
"SipUri":{
|
3421
|
+
"type":"string",
|
3422
|
+
"max":256,
|
3423
|
+
"min":1,
|
3424
|
+
"pattern":"^sip[s]?:([^@:]+)\\@([^@]+)$",
|
3425
|
+
"sensitive":true
|
3426
|
+
},
|
3364
3427
|
"SkillDetails":{
|
3365
3428
|
"type":"structure",
|
3366
3429
|
"members":{
|
@@ -3751,7 +3814,9 @@
|
|
3751
3814
|
"DisplayName":{"shape":"ContactName"},
|
3752
3815
|
"FirstName":{"shape":"ContactName"},
|
3753
3816
|
"LastName":{"shape":"ContactName"},
|
3754
|
-
"PhoneNumber":{"shape":"
|
3817
|
+
"PhoneNumber":{"shape":"RawPhoneNumber"},
|
3818
|
+
"PhoneNumbers":{"shape":"PhoneNumberList"},
|
3819
|
+
"SipAddresses":{"shape":"SipAddressList"}
|
3755
3820
|
}
|
3756
3821
|
},
|
3757
3822
|
"UpdateContactResponse":{
|
@@ -8101,12 +8101,17 @@
|
|
8101
8101
|
}
|
8102
8102
|
}
|
8103
8103
|
},
|
8104
|
+
"DescribeByoipCidrsMaxResults":{
|
8105
|
+
"type":"integer",
|
8106
|
+
"max":100,
|
8107
|
+
"min":1
|
8108
|
+
},
|
8104
8109
|
"DescribeByoipCidrsRequest":{
|
8105
8110
|
"type":"structure",
|
8106
8111
|
"required":["MaxResults"],
|
8107
8112
|
"members":{
|
8108
8113
|
"DryRun":{"shape":"Boolean"},
|
8109
|
-
"MaxResults":{"shape":"
|
8114
|
+
"MaxResults":{"shape":"DescribeByoipCidrsMaxResults"},
|
8110
8115
|
"NextToken":{"shape":"NextToken"}
|
8111
8116
|
}
|
8112
8117
|
},
|
@@ -8157,6 +8162,11 @@
|
|
8157
8162
|
}
|
8158
8163
|
}
|
8159
8164
|
},
|
8165
|
+
"DescribeClassicLinkInstancesMaxResults":{
|
8166
|
+
"type":"integer",
|
8167
|
+
"max":1000,
|
8168
|
+
"min":5
|
8169
|
+
},
|
8160
8170
|
"DescribeClassicLinkInstancesRequest":{
|
8161
8171
|
"type":"structure",
|
8162
8172
|
"members":{
|
@@ -8173,7 +8183,7 @@
|
|
8173
8183
|
"locationName":"InstanceId"
|
8174
8184
|
},
|
8175
8185
|
"MaxResults":{
|
8176
|
-
"shape":"
|
8186
|
+
"shape":"DescribeClassicLinkInstancesMaxResults",
|
8177
8187
|
"locationName":"maxResults"
|
8178
8188
|
},
|
8179
8189
|
"NextToken":{
|
@@ -8195,6 +8205,11 @@
|
|
8195
8205
|
}
|
8196
8206
|
}
|
8197
8207
|
},
|
8208
|
+
"DescribeClientVpnAuthorizationRulesMaxResults":{
|
8209
|
+
"type":"integer",
|
8210
|
+
"max":1000,
|
8211
|
+
"min":5
|
8212
|
+
},
|
8198
8213
|
"DescribeClientVpnAuthorizationRulesRequest":{
|
8199
8214
|
"type":"structure",
|
8200
8215
|
"required":["ClientVpnEndpointId"],
|
@@ -8206,7 +8221,7 @@
|
|
8206
8221
|
"shape":"FilterList",
|
8207
8222
|
"locationName":"Filter"
|
8208
8223
|
},
|
8209
|
-
"MaxResults":{"shape":"
|
8224
|
+
"MaxResults":{"shape":"DescribeClientVpnAuthorizationRulesMaxResults"}
|
8210
8225
|
}
|
8211
8226
|
},
|
8212
8227
|
"DescribeClientVpnAuthorizationRulesResult":{
|
@@ -8222,6 +8237,11 @@
|
|
8222
8237
|
}
|
8223
8238
|
}
|
8224
8239
|
},
|
8240
|
+
"DescribeClientVpnConnectionsMaxResults":{
|
8241
|
+
"type":"integer",
|
8242
|
+
"max":1000,
|
8243
|
+
"min":5
|
8244
|
+
},
|
8225
8245
|
"DescribeClientVpnConnectionsRequest":{
|
8226
8246
|
"type":"structure",
|
8227
8247
|
"required":["ClientVpnEndpointId"],
|
@@ -8232,7 +8252,7 @@
|
|
8232
8252
|
"locationName":"Filter"
|
8233
8253
|
},
|
8234
8254
|
"NextToken":{"shape":"NextToken"},
|
8235
|
-
"MaxResults":{"shape":"
|
8255
|
+
"MaxResults":{"shape":"DescribeClientVpnConnectionsMaxResults"},
|
8236
8256
|
"DryRun":{"shape":"Boolean"}
|
8237
8257
|
}
|
8238
8258
|
},
|
@@ -8249,6 +8269,11 @@
|
|
8249
8269
|
}
|
8250
8270
|
}
|
8251
8271
|
},
|
8272
|
+
"DescribeClientVpnEndpointMaxResults":{
|
8273
|
+
"type":"integer",
|
8274
|
+
"max":1000,
|
8275
|
+
"min":5
|
8276
|
+
},
|
8252
8277
|
"DescribeClientVpnEndpointsRequest":{
|
8253
8278
|
"type":"structure",
|
8254
8279
|
"members":{
|
@@ -8256,7 +8281,7 @@
|
|
8256
8281
|
"shape":"ValueStringList",
|
8257
8282
|
"locationName":"ClientVpnEndpointId"
|
8258
8283
|
},
|
8259
|
-
"MaxResults":{"shape":"
|
8284
|
+
"MaxResults":{"shape":"DescribeClientVpnEndpointMaxResults"},
|
8260
8285
|
"NextToken":{"shape":"NextToken"},
|
8261
8286
|
"Filters":{
|
8262
8287
|
"shape":"FilterList",
|
@@ -8278,6 +8303,11 @@
|
|
8278
8303
|
}
|
8279
8304
|
}
|
8280
8305
|
},
|
8306
|
+
"DescribeClientVpnRoutesMaxResults":{
|
8307
|
+
"type":"integer",
|
8308
|
+
"max":1000,
|
8309
|
+
"min":5
|
8310
|
+
},
|
8281
8311
|
"DescribeClientVpnRoutesRequest":{
|
8282
8312
|
"type":"structure",
|
8283
8313
|
"required":["ClientVpnEndpointId"],
|
@@ -8287,7 +8317,7 @@
|
|
8287
8317
|
"shape":"FilterList",
|
8288
8318
|
"locationName":"Filter"
|
8289
8319
|
},
|
8290
|
-
"MaxResults":{"shape":"
|
8320
|
+
"MaxResults":{"shape":"DescribeClientVpnRoutesMaxResults"},
|
8291
8321
|
"NextToken":{"shape":"NextToken"},
|
8292
8322
|
"DryRun":{"shape":"Boolean"}
|
8293
8323
|
}
|
@@ -8305,13 +8335,18 @@
|
|
8305
8335
|
}
|
8306
8336
|
}
|
8307
8337
|
},
|
8338
|
+
"DescribeClientVpnTargetNetworksMaxResults":{
|
8339
|
+
"type":"integer",
|
8340
|
+
"max":1000,
|
8341
|
+
"min":5
|
8342
|
+
},
|
8308
8343
|
"DescribeClientVpnTargetNetworksRequest":{
|
8309
8344
|
"type":"structure",
|
8310
8345
|
"required":["ClientVpnEndpointId"],
|
8311
8346
|
"members":{
|
8312
8347
|
"ClientVpnEndpointId":{"shape":"String"},
|
8313
8348
|
"AssociationIds":{"shape":"ValueStringList"},
|
8314
|
-
"MaxResults":{"shape":"
|
8349
|
+
"MaxResults":{"shape":"DescribeClientVpnTargetNetworksMaxResults"},
|
8315
8350
|
"NextToken":{"shape":"NextToken"},
|
8316
8351
|
"Filters":{
|
8317
8352
|
"shape":"FilterList",
|
@@ -8425,6 +8460,11 @@
|
|
8425
8460
|
}
|
8426
8461
|
}
|
8427
8462
|
},
|
8463
|
+
"DescribeEgressOnlyInternetGatewaysMaxResults":{
|
8464
|
+
"type":"integer",
|
8465
|
+
"max":255,
|
8466
|
+
"min":5
|
8467
|
+
},
|
8428
8468
|
"DescribeEgressOnlyInternetGatewaysRequest":{
|
8429
8469
|
"type":"structure",
|
8430
8470
|
"members":{
|
@@ -8433,7 +8473,7 @@
|
|
8433
8473
|
"shape":"EgressOnlyInternetGatewayIdList",
|
8434
8474
|
"locationName":"EgressOnlyInternetGatewayId"
|
8435
8475
|
},
|
8436
|
-
"MaxResults":{"shape":"
|
8476
|
+
"MaxResults":{"shape":"DescribeEgressOnlyInternetGatewaysMaxResults"},
|
8437
8477
|
"NextToken":{"shape":"String"}
|
8438
8478
|
}
|
8439
8479
|
},
|
@@ -8713,6 +8753,11 @@
|
|
8713
8753
|
}
|
8714
8754
|
}
|
8715
8755
|
},
|
8756
|
+
"DescribeFpgaImagesMaxResults":{
|
8757
|
+
"type":"integer",
|
8758
|
+
"max":1000,
|
8759
|
+
"min":5
|
8760
|
+
},
|
8716
8761
|
"DescribeFpgaImagesRequest":{
|
8717
8762
|
"type":"structure",
|
8718
8763
|
"members":{
|
@@ -8730,7 +8775,7 @@
|
|
8730
8775
|
"locationName":"Filter"
|
8731
8776
|
},
|
8732
8777
|
"NextToken":{"shape":"NextToken"},
|
8733
|
-
"MaxResults":{"shape":"
|
8778
|
+
"MaxResults":{"shape":"DescribeFpgaImagesMaxResults"}
|
8734
8779
|
}
|
8735
8780
|
},
|
8736
8781
|
"DescribeFpgaImagesResult":{
|
@@ -8831,6 +8876,11 @@
|
|
8831
8876
|
}
|
8832
8877
|
}
|
8833
8878
|
},
|
8879
|
+
"DescribeIamInstanceProfileAssociationsMaxResults":{
|
8880
|
+
"type":"integer",
|
8881
|
+
"max":1000,
|
8882
|
+
"min":5
|
8883
|
+
},
|
8834
8884
|
"DescribeIamInstanceProfileAssociationsRequest":{
|
8835
8885
|
"type":"structure",
|
8836
8886
|
"members":{
|
@@ -8842,7 +8892,7 @@
|
|
8842
8892
|
"shape":"FilterList",
|
8843
8893
|
"locationName":"Filter"
|
8844
8894
|
},
|
8845
|
-
"MaxResults":{"shape":"
|
8895
|
+
"MaxResults":{"shape":"DescribeIamInstanceProfileAssociationsMaxResults"},
|
8846
8896
|
"NextToken":{"shape":"NextToken"}
|
8847
8897
|
}
|
8848
8898
|
},
|
@@ -9261,6 +9311,11 @@
|
|
9261
9311
|
}
|
9262
9312
|
}
|
9263
9313
|
},
|
9314
|
+
"DescribeMovingAddressesMaxResults":{
|
9315
|
+
"type":"integer",
|
9316
|
+
"max":1000,
|
9317
|
+
"min":5
|
9318
|
+
},
|
9264
9319
|
"DescribeMovingAddressesRequest":{
|
9265
9320
|
"type":"structure",
|
9266
9321
|
"members":{
|
@@ -9273,7 +9328,7 @@
|
|
9273
9328
|
"locationName":"dryRun"
|
9274
9329
|
},
|
9275
9330
|
"MaxResults":{
|
9276
|
-
"shape":"
|
9331
|
+
"shape":"DescribeMovingAddressesMaxResults",
|
9277
9332
|
"locationName":"maxResults"
|
9278
9333
|
},
|
9279
9334
|
"NextToken":{
|
@@ -9299,11 +9354,16 @@
|
|
9299
9354
|
}
|
9300
9355
|
}
|
9301
9356
|
},
|
9357
|
+
"DescribeNatGatewaysMaxResults":{
|
9358
|
+
"type":"integer",
|
9359
|
+
"max":1000,
|
9360
|
+
"min":5
|
9361
|
+
},
|
9302
9362
|
"DescribeNatGatewaysRequest":{
|
9303
9363
|
"type":"structure",
|
9304
9364
|
"members":{
|
9305
9365
|
"Filter":{"shape":"FilterList"},
|
9306
|
-
"MaxResults":{"shape":"
|
9366
|
+
"MaxResults":{"shape":"DescribeNatGatewaysMaxResults"},
|
9307
9367
|
"NatGatewayIds":{
|
9308
9368
|
"shape":"ValueStringList",
|
9309
9369
|
"locationName":"NatGatewayId"
|
@@ -9529,6 +9589,11 @@
|
|
9529
9589
|
}
|
9530
9590
|
}
|
9531
9591
|
},
|
9592
|
+
"DescribePrincipalIdFormatMaxResults":{
|
9593
|
+
"type":"integer",
|
9594
|
+
"max":1000,
|
9595
|
+
"min":1
|
9596
|
+
},
|
9532
9597
|
"DescribePrincipalIdFormatRequest":{
|
9533
9598
|
"type":"structure",
|
9534
9599
|
"members":{
|
@@ -9537,7 +9602,7 @@
|
|
9537
9602
|
"shape":"ResourceList",
|
9538
9603
|
"locationName":"Resource"
|
9539
9604
|
},
|
9540
|
-
"MaxResults":{"shape":"
|
9605
|
+
"MaxResults":{"shape":"DescribePrincipalIdFormatMaxResults"},
|
9541
9606
|
"NextToken":{"shape":"String"}
|
9542
9607
|
}
|
9543
9608
|
},
|
@@ -9782,6 +9847,11 @@
|
|
9782
9847
|
}
|
9783
9848
|
}
|
9784
9849
|
},
|
9850
|
+
"DescribeScheduledInstanceAvailabilityMaxResults":{
|
9851
|
+
"type":"integer",
|
9852
|
+
"max":300,
|
9853
|
+
"min":5
|
9854
|
+
},
|
9785
9855
|
"DescribeScheduledInstanceAvailabilityRequest":{
|
9786
9856
|
"type":"structure",
|
9787
9857
|
"required":[
|
@@ -9795,7 +9865,7 @@
|
|
9795
9865
|
"locationName":"Filter"
|
9796
9866
|
},
|
9797
9867
|
"FirstSlotStartTimeRange":{"shape":"SlotDateTimeRangeRequest"},
|
9798
|
-
"MaxResults":{"shape":"
|
9868
|
+
"MaxResults":{"shape":"DescribeScheduledInstanceAvailabilityMaxResults"},
|
9799
9869
|
"MaxSlotDurationInHours":{"shape":"Integer"},
|
9800
9870
|
"MinSlotDurationInHours":{"shape":"Integer"},
|
9801
9871
|
"NextToken":{"shape":"String"},
|
@@ -9993,6 +10063,11 @@
|
|
9993
10063
|
}
|
9994
10064
|
}
|
9995
10065
|
},
|
10066
|
+
"DescribeSpotFleetInstancesMaxResults":{
|
10067
|
+
"type":"integer",
|
10068
|
+
"max":1000,
|
10069
|
+
"min":1
|
10070
|
+
},
|
9996
10071
|
"DescribeSpotFleetInstancesRequest":{
|
9997
10072
|
"type":"structure",
|
9998
10073
|
"required":["SpotFleetRequestId"],
|
@@ -10002,7 +10077,7 @@
|
|
10002
10077
|
"locationName":"dryRun"
|
10003
10078
|
},
|
10004
10079
|
"MaxResults":{
|
10005
|
-
"shape":"
|
10080
|
+
"shape":"DescribeSpotFleetInstancesMaxResults",
|
10006
10081
|
"locationName":"maxResults"
|
10007
10082
|
},
|
10008
10083
|
"NextToken":{
|
@@ -10032,6 +10107,11 @@
|
|
10032
10107
|
}
|
10033
10108
|
}
|
10034
10109
|
},
|
10110
|
+
"DescribeSpotFleetRequestHistoryMaxResults":{
|
10111
|
+
"type":"integer",
|
10112
|
+
"max":1000,
|
10113
|
+
"min":1
|
10114
|
+
},
|
10035
10115
|
"DescribeSpotFleetRequestHistoryRequest":{
|
10036
10116
|
"type":"structure",
|
10037
10117
|
"required":[
|
@@ -10048,7 +10128,7 @@
|
|
10048
10128
|
"locationName":"eventType"
|
10049
10129
|
},
|
10050
10130
|
"MaxResults":{
|
10051
|
-
"shape":"
|
10131
|
+
"shape":"DescribeSpotFleetRequestHistoryMaxResults",
|
10052
10132
|
"locationName":"maxResults"
|
10053
10133
|
},
|
10054
10134
|
"NextToken":{
|
@@ -10668,15 +10748,25 @@
|
|
10668
10748
|
}
|
10669
10749
|
}
|
10670
10750
|
},
|
10751
|
+
"DescribeVpcClassicLinkDnsSupportMaxResults":{
|
10752
|
+
"type":"integer",
|
10753
|
+
"max":255,
|
10754
|
+
"min":5
|
10755
|
+
},
|
10756
|
+
"DescribeVpcClassicLinkDnsSupportNextToken":{
|
10757
|
+
"type":"string",
|
10758
|
+
"max":1024,
|
10759
|
+
"min":1
|
10760
|
+
},
|
10671
10761
|
"DescribeVpcClassicLinkDnsSupportRequest":{
|
10672
10762
|
"type":"structure",
|
10673
10763
|
"members":{
|
10674
10764
|
"MaxResults":{
|
10675
|
-
"shape":"
|
10765
|
+
"shape":"DescribeVpcClassicLinkDnsSupportMaxResults",
|
10676
10766
|
"locationName":"maxResults"
|
10677
10767
|
},
|
10678
10768
|
"NextToken":{
|
10679
|
-
"shape":"
|
10769
|
+
"shape":"DescribeVpcClassicLinkDnsSupportNextToken",
|
10680
10770
|
"locationName":"nextToken"
|
10681
10771
|
},
|
10682
10772
|
"VpcIds":{"shape":"VpcClassicLinkIdList"}
|
@@ -10686,7 +10776,7 @@
|
|
10686
10776
|
"type":"structure",
|
10687
10777
|
"members":{
|
10688
10778
|
"NextToken":{
|
10689
|
-
"shape":"
|
10779
|
+
"shape":"DescribeVpcClassicLinkDnsSupportNextToken",
|
10690
10780
|
"locationName":"nextToken"
|
10691
10781
|
},
|
10692
10782
|
"Vpcs":{
|
@@ -11945,7 +12035,8 @@
|
|
11945
12035
|
"enum":[
|
11946
12036
|
"instanceChange",
|
11947
12037
|
"fleetRequestChange",
|
11948
|
-
"error"
|
12038
|
+
"error",
|
12039
|
+
"information"
|
11949
12040
|
]
|
11950
12041
|
},
|
11951
12042
|
"ExcessCapacityTerminationPolicy":{
|
@@ -14989,20 +15080,26 @@
|
|
14989
15080
|
"r5.xlarge",
|
14990
15081
|
"r5.2xlarge",
|
14991
15082
|
"r5.4xlarge",
|
15083
|
+
"r5.8xlarge",
|
14992
15084
|
"r5.12xlarge",
|
15085
|
+
"r5.16xlarge",
|
14993
15086
|
"r5.24xlarge",
|
14994
15087
|
"r5.metal",
|
14995
15088
|
"r5a.large",
|
14996
15089
|
"r5a.xlarge",
|
14997
15090
|
"r5a.2xlarge",
|
14998
15091
|
"r5a.4xlarge",
|
15092
|
+
"r5a.8xlarge",
|
14999
15093
|
"r5a.12xlarge",
|
15094
|
+
"r5a.16xlarge",
|
15000
15095
|
"r5a.24xlarge",
|
15001
15096
|
"r5d.large",
|
15002
15097
|
"r5d.xlarge",
|
15003
15098
|
"r5d.2xlarge",
|
15004
15099
|
"r5d.4xlarge",
|
15100
|
+
"r5d.8xlarge",
|
15005
15101
|
"r5d.12xlarge",
|
15102
|
+
"r5d.16xlarge",
|
15006
15103
|
"r5d.24xlarge",
|
15007
15104
|
"r5d.metal",
|
15008
15105
|
"r5ad.large",
|
@@ -15061,6 +15158,7 @@
|
|
15061
15158
|
"c5.12xlarge",
|
15062
15159
|
"c5.18xlarge",
|
15063
15160
|
"c5.24xlarge",
|
15161
|
+
"c5.metal",
|
15064
15162
|
"c5d.large",
|
15065
15163
|
"c5d.xlarge",
|
15066
15164
|
"c5d.2xlarge",
|
@@ -15100,20 +15198,26 @@
|
|
15100
15198
|
"m5.xlarge",
|
15101
15199
|
"m5.2xlarge",
|
15102
15200
|
"m5.4xlarge",
|
15201
|
+
"m5.8xlarge",
|
15103
15202
|
"m5.12xlarge",
|
15203
|
+
"m5.16xlarge",
|
15104
15204
|
"m5.24xlarge",
|
15105
15205
|
"m5.metal",
|
15106
15206
|
"m5a.large",
|
15107
15207
|
"m5a.xlarge",
|
15108
15208
|
"m5a.2xlarge",
|
15109
15209
|
"m5a.4xlarge",
|
15210
|
+
"m5a.8xlarge",
|
15110
15211
|
"m5a.12xlarge",
|
15212
|
+
"m5a.16xlarge",
|
15111
15213
|
"m5a.24xlarge",
|
15112
15214
|
"m5d.large",
|
15113
15215
|
"m5d.xlarge",
|
15114
15216
|
"m5d.2xlarge",
|
15115
15217
|
"m5d.4xlarge",
|
15218
|
+
"m5d.8xlarge",
|
15116
15219
|
"m5d.12xlarge",
|
15220
|
+
"m5d.16xlarge",
|
15117
15221
|
"m5d.24xlarge",
|
15118
15222
|
"m5d.metal",
|
15119
15223
|
"m5ad.large",
|
@@ -16226,11 +16330,6 @@
|
|
16226
16330
|
"type":"string",
|
16227
16331
|
"enum":["spot"]
|
16228
16332
|
},
|
16229
|
-
"MaxResults":{
|
16230
|
-
"type":"integer",
|
16231
|
-
"max":255,
|
16232
|
-
"min":5
|
16233
|
-
},
|
16234
16333
|
"MillisecondDateTime":{"type":"timestamp"},
|
16235
16334
|
"ModifyCapacityReservationRequest":{
|
16236
16335
|
"type":"structure",
|
@@ -17695,11 +17794,7 @@
|
|
17695
17794
|
"locationName":"item"
|
17696
17795
|
}
|
17697
17796
|
},
|
17698
|
-
"NextToken":{
|
17699
|
-
"type":"string",
|
17700
|
-
"max":1024,
|
17701
|
-
"min":1
|
17702
|
-
},
|
17797
|
+
"NextToken":{"type":"string"},
|
17703
17798
|
"OccurrenceDayRequestSet":{
|
17704
17799
|
"type":"list",
|
17705
17800
|
"member":{
|
@@ -1319,7 +1319,9 @@
|
|
1319
1319
|
{"shape":"LimitExceededFault"},
|
1320
1320
|
{"shape":"DependentServiceRequestThrottlingFault"},
|
1321
1321
|
{"shape":"InvalidClusterTrackFault"},
|
1322
|
-
{"shape":"SnapshotScheduleNotFoundFault"}
|
1322
|
+
{"shape":"SnapshotScheduleNotFoundFault"},
|
1323
|
+
{"shape":"TagLimitExceededFault"},
|
1324
|
+
{"shape":"InvalidTagFault"}
|
1323
1325
|
]
|
1324
1326
|
},
|
1325
1327
|
"RestoreTableFromClusterSnapshot":{
|
@@ -1659,6 +1661,7 @@
|
|
1659
1661
|
"ClusterIdentifier":{"shape":"String"},
|
1660
1662
|
"NodeType":{"shape":"String"},
|
1661
1663
|
"ClusterStatus":{"shape":"String"},
|
1664
|
+
"ClusterAvailabilityStatus":{"shape":"String"},
|
1662
1665
|
"ModifyStatus":{"shape":"String"},
|
1663
1666
|
"MasterUsername":{"shape":"String"},
|
1664
1667
|
"DBName":{"shape":"String"},
|
@@ -247,20 +247,6 @@
|
|
247
247
|
{"shape":"AccessDeniedException"}
|
248
248
|
]
|
249
249
|
},
|
250
|
-
"DescribeWorkspaceSnapshots":{
|
251
|
-
"name":"DescribeWorkspaceSnapshots",
|
252
|
-
"http":{
|
253
|
-
"method":"POST",
|
254
|
-
"requestUri":"/"
|
255
|
-
},
|
256
|
-
"input":{"shape":"DescribeWorkspaceSnapshotsRequest"},
|
257
|
-
"output":{"shape":"DescribeWorkspaceSnapshotsResult"},
|
258
|
-
"errors":[
|
259
|
-
{"shape":"InvalidParameterValuesException"},
|
260
|
-
{"shape":"ResourceNotFoundException"},
|
261
|
-
{"shape":"AccessDeniedException"}
|
262
|
-
]
|
263
|
-
},
|
264
250
|
"DescribeWorkspaces":{
|
265
251
|
"name":"DescribeWorkspaces",
|
266
252
|
"http":{
|
@@ -411,20 +397,6 @@
|
|
411
397
|
"input":{"shape":"RebuildWorkspacesRequest"},
|
412
398
|
"output":{"shape":"RebuildWorkspacesResult"}
|
413
399
|
},
|
414
|
-
"RestoreWorkspace":{
|
415
|
-
"name":"RestoreWorkspace",
|
416
|
-
"http":{
|
417
|
-
"method":"POST",
|
418
|
-
"requestUri":"/"
|
419
|
-
},
|
420
|
-
"input":{"shape":"RestoreWorkspaceRequest"},
|
421
|
-
"output":{"shape":"RestoreWorkspaceResult"},
|
422
|
-
"errors":[
|
423
|
-
{"shape":"InvalidParameterValuesException"},
|
424
|
-
{"shape":"ResourceNotFoundException"},
|
425
|
-
{"shape":"AccessDeniedException"}
|
426
|
-
]
|
427
|
-
},
|
428
400
|
"RevokeIpRules":{
|
429
401
|
"name":"RevokeIpRules",
|
430
402
|
"http":{
|
@@ -511,7 +483,6 @@
|
|
511
483
|
"type":"list",
|
512
484
|
"member":{"shape":"AccountModification"}
|
513
485
|
},
|
514
|
-
"AdditionalInfo":{"type":"string"},
|
515
486
|
"Alias":{"type":"string"},
|
516
487
|
"AssociateIpGroupsRequest":{
|
517
488
|
"type":"structure",
|
@@ -860,20 +831,6 @@
|
|
860
831
|
"NextToken":{"shape":"PaginationToken"}
|
861
832
|
}
|
862
833
|
},
|
863
|
-
"DescribeWorkspaceSnapshotsRequest":{
|
864
|
-
"type":"structure",
|
865
|
-
"required":["WorkspaceId"],
|
866
|
-
"members":{
|
867
|
-
"WorkspaceId":{"shape":"WorkspaceId"}
|
868
|
-
}
|
869
|
-
},
|
870
|
-
"DescribeWorkspaceSnapshotsResult":{
|
871
|
-
"type":"structure",
|
872
|
-
"members":{
|
873
|
-
"RebuildSnapshots":{"shape":"SnapshotList"},
|
874
|
-
"RestoreSnapshots":{"shape":"SnapshotList"}
|
875
|
-
}
|
876
|
-
},
|
877
834
|
"DescribeWorkspacesConnectionStatusRequest":{
|
878
835
|
"type":"structure",
|
879
836
|
"members":{
|
@@ -1247,8 +1204,7 @@
|
|
1247
1204
|
"type":"structure",
|
1248
1205
|
"required":["RebuildWorkspaceRequests"],
|
1249
1206
|
"members":{
|
1250
|
-
"RebuildWorkspaceRequests":{"shape":"RebuildWorkspaceRequests"}
|
1251
|
-
"AdditionalInfo":{"shape":"AdditionalInfo"}
|
1207
|
+
"RebuildWorkspaceRequests":{"shape":"RebuildWorkspaceRequests"}
|
1252
1208
|
}
|
1253
1209
|
},
|
1254
1210
|
"RebuildWorkspacesResult":{
|
@@ -1325,19 +1281,6 @@
|
|
1325
1281
|
},
|
1326
1282
|
"exception":true
|
1327
1283
|
},
|
1328
|
-
"RestoreWorkspaceRequest":{
|
1329
|
-
"type":"structure",
|
1330
|
-
"required":["WorkspaceId"],
|
1331
|
-
"members":{
|
1332
|
-
"WorkspaceId":{"shape":"WorkspaceId"},
|
1333
|
-
"SnapshotCurrentVolumes":{"shape":"BooleanObject"}
|
1334
|
-
}
|
1335
|
-
},
|
1336
|
-
"RestoreWorkspaceResult":{
|
1337
|
-
"type":"structure",
|
1338
|
-
"members":{
|
1339
|
-
}
|
1340
|
-
},
|
1341
1284
|
"RevokeIpRulesRequest":{
|
1342
1285
|
"type":"structure",
|
1343
1286
|
"required":[
|
@@ -1373,16 +1316,6 @@
|
|
1373
1316
|
"type":"string",
|
1374
1317
|
"pattern":"^(sg-[0-9a-f]{8})$"
|
1375
1318
|
},
|
1376
|
-
"Snapshot":{
|
1377
|
-
"type":"structure",
|
1378
|
-
"members":{
|
1379
|
-
"SnapshotTime":{"shape":"Timestamp"}
|
1380
|
-
}
|
1381
|
-
},
|
1382
|
-
"SnapshotList":{
|
1383
|
-
"type":"list",
|
1384
|
-
"member":{"shape":"Snapshot"}
|
1385
|
-
},
|
1386
1319
|
"StartRequest":{
|
1387
1320
|
"type":"structure",
|
1388
1321
|
"members":{
|
@@ -1738,7 +1671,6 @@
|
|
1738
1671
|
"REBOOTING",
|
1739
1672
|
"STARTING",
|
1740
1673
|
"REBUILDING",
|
1741
|
-
"RESTORING",
|
1742
1674
|
"MAINTENANCE",
|
1743
1675
|
"ADMIN_MAINTENANCE",
|
1744
1676
|
"TERMINATING",
|
data/endpoints.json
CHANGED
@@ -3071,8 +3071,14 @@
|
|
3071
3071
|
},
|
3072
3072
|
"support" : {
|
3073
3073
|
"endpoints" : {
|
3074
|
-
"aws-global" : {
|
3075
|
-
|
3074
|
+
"aws-global" : {
|
3075
|
+
"credentialScope" : {
|
3076
|
+
"region" : "us-east-1"
|
3077
|
+
},
|
3078
|
+
"hostname" : "support.us-east-1.amazonaws.com"
|
3079
|
+
}
|
3080
|
+
},
|
3081
|
+
"partitionEndpoint" : "aws-global"
|
3076
3082
|
},
|
3077
3083
|
"swf" : {
|
3078
3084
|
"endpoints" : {
|
@@ -3661,8 +3667,14 @@
|
|
3661
3667
|
},
|
3662
3668
|
"support" : {
|
3663
3669
|
"endpoints" : {
|
3664
|
-
"aws-cn-global" : {
|
3665
|
-
|
3670
|
+
"aws-cn-global" : {
|
3671
|
+
"credentialScope" : {
|
3672
|
+
"region" : "cn-north-1"
|
3673
|
+
},
|
3674
|
+
"hostname" : "support.cn-north-1.amazonaws.com"
|
3675
|
+
}
|
3676
|
+
},
|
3677
|
+
"partitionEndpoint" : "aws-cn-global"
|
3666
3678
|
},
|
3667
3679
|
"swf" : {
|
3668
3680
|
"endpoints" : {
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.306
|
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: 2019-06-
|
11
|
+
date: 2019-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|