aws-sdk-core 2.11.376 → 2.11.377

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
  SHA1:
3
- metadata.gz: 71675f93db21290ea55bfa31847e8857d7058341
4
- data.tar.gz: e49f1e1b306b710b525226041281a7d169b44a6d
3
+ metadata.gz: 15a1dcdb6ee4e27b567d6ccd0f02856490ed0a3f
4
+ data.tar.gz: 87ebeda02d3cf2ec7c5288f74f14f54e78b2a14f
5
5
  SHA512:
6
- metadata.gz: ad3320e06fba63e9d4ed91d17dd40dc36aff3170547882892877fb4608f2ae0fb916221c9cf8cd286f571b6dc843b7a9170fcd0f13bfb35a4842b028740c633f
7
- data.tar.gz: ecf454d5829d46889c7351a0d21621acf8cf866bda3c0156651334a8115ad362ace25c1c78652218e5e534fdc53980402757a2d137b83f418e63ea0f26a90a74
6
+ metadata.gz: 3885f908c53d1d3cda6a0ecd8d603644601718399620964025f9e550e48ff66902f7d25eacf63f55f1710ab6ad0d7f2403677d446df8c38342c8e26e8d563d2e
7
+ data.tar.gz: 7694cdde25ed2c811e2c60ffe4e8edf30bfb79040345220cd0a5d0cf1972c4586f751185ca1c502bcb7b7c5a47fc7d070c54ead07840120b2636e596650587f8
@@ -305,6 +305,14 @@
305
305
  "UNMANAGED"
306
306
  ]
307
307
  },
308
+ "CRAllocationStrategy":{
309
+ "type":"string",
310
+ "enum":[
311
+ "BEST_FIT",
312
+ "BEST_FIT_PROGRESSIVE",
313
+ "SPOT_CAPACITY_OPTIMIZED"
314
+ ]
315
+ },
308
316
  "CRType":{
309
317
  "type":"string",
310
318
  "enum":[
@@ -386,6 +394,7 @@
386
394
  ],
387
395
  "members":{
388
396
  "type":{"shape":"CRType"},
397
+ "allocationStrategy":{"shape":"CRAllocationStrategy"},
389
398
  "minvCpus":{"shape":"Integer"},
390
399
  "maxvCpus":{"shape":"Integer"},
391
400
  "desiredvCpus":{"shape":"Integer"},
@@ -210,6 +210,23 @@
210
210
  {"shape":"OptionGroupQuotaExceededFault"}
211
211
  ]
212
212
  },
213
+ "CreateCustomAvailabilityZone":{
214
+ "name":"CreateCustomAvailabilityZone",
215
+ "http":{
216
+ "method":"POST",
217
+ "requestUri":"/"
218
+ },
219
+ "input":{"shape":"CreateCustomAvailabilityZoneMessage"},
220
+ "output":{
221
+ "shape":"CreateCustomAvailabilityZoneResult",
222
+ "resultWrapper":"CreateCustomAvailabilityZoneResult"
223
+ },
224
+ "errors":[
225
+ {"shape":"CustomAvailabilityZoneAlreadyExistsFault"},
226
+ {"shape":"CustomAvailabilityZoneQuotaExceededFault"},
227
+ {"shape":"KMSKeyNotAccessibleFault"}
228
+ ]
229
+ },
213
230
  "CreateDBCluster":{
214
231
  "name":"CreateDBCluster",
215
232
  "http":{
@@ -488,6 +505,22 @@
488
505
  {"shape":"OptionGroupQuotaExceededFault"}
489
506
  ]
490
507
  },
508
+ "DeleteCustomAvailabilityZone":{
509
+ "name":"DeleteCustomAvailabilityZone",
510
+ "http":{
511
+ "method":"POST",
512
+ "requestUri":"/"
513
+ },
514
+ "input":{"shape":"DeleteCustomAvailabilityZoneMessage"},
515
+ "output":{
516
+ "shape":"DeleteCustomAvailabilityZoneResult",
517
+ "resultWrapper":"DeleteCustomAvailabilityZoneResult"
518
+ },
519
+ "errors":[
520
+ {"shape":"CustomAvailabilityZoneNotFoundFault"},
521
+ {"shape":"KMSKeyNotAccessibleFault"}
522
+ ]
523
+ },
491
524
  "DeleteDBCluster":{
492
525
  "name":"DeleteDBCluster",
493
526
  "http":{
@@ -673,6 +706,21 @@
673
706
  {"shape":"InvalidGlobalClusterStateFault"}
674
707
  ]
675
708
  },
709
+ "DeleteInstallationMedia":{
710
+ "name":"DeleteInstallationMedia",
711
+ "http":{
712
+ "method":"POST",
713
+ "requestUri":"/"
714
+ },
715
+ "input":{"shape":"DeleteInstallationMediaMessage"},
716
+ "output":{
717
+ "shape":"InstallationMedia",
718
+ "resultWrapper":"DeleteInstallationMediaResult"
719
+ },
720
+ "errors":[
721
+ {"shape":"InstallationMediaNotFoundFault"}
722
+ ]
723
+ },
676
724
  "DeleteOptionGroup":{
677
725
  "name":"DeleteOptionGroup",
678
726
  "http":{
@@ -712,6 +760,21 @@
712
760
  {"shape":"CertificateNotFoundFault"}
713
761
  ]
714
762
  },
763
+ "DescribeCustomAvailabilityZones":{
764
+ "name":"DescribeCustomAvailabilityZones",
765
+ "http":{
766
+ "method":"POST",
767
+ "requestUri":"/"
768
+ },
769
+ "input":{"shape":"DescribeCustomAvailabilityZonesMessage"},
770
+ "output":{
771
+ "shape":"CustomAvailabilityZoneMessage",
772
+ "resultWrapper":"DescribeCustomAvailabilityZonesResult"
773
+ },
774
+ "errors":[
775
+ {"shape":"CustomAvailabilityZoneNotFoundFault"}
776
+ ]
777
+ },
715
778
  "DescribeDBClusterBacktracks":{
716
779
  "name":"DescribeDBClusterBacktracks",
717
780
  "http":{
@@ -1043,6 +1106,21 @@
1043
1106
  {"shape":"GlobalClusterNotFoundFault"}
1044
1107
  ]
1045
1108
  },
1109
+ "DescribeInstallationMedia":{
1110
+ "name":"DescribeInstallationMedia",
1111
+ "http":{
1112
+ "method":"POST",
1113
+ "requestUri":"/"
1114
+ },
1115
+ "input":{"shape":"DescribeInstallationMediaMessage"},
1116
+ "output":{
1117
+ "shape":"InstallationMediaMessage",
1118
+ "resultWrapper":"DescribeInstallationMediaResult"
1119
+ },
1120
+ "errors":[
1121
+ {"shape":"InstallationMediaNotFoundFault"}
1122
+ ]
1123
+ },
1046
1124
  "DescribeOptionGroupOptions":{
1047
1125
  "name":"DescribeOptionGroupOptions",
1048
1126
  "http":{
@@ -1188,6 +1266,22 @@
1188
1266
  {"shape":"InvalidDBInstanceStateFault"}
1189
1267
  ]
1190
1268
  },
1269
+ "ImportInstallationMedia":{
1270
+ "name":"ImportInstallationMedia",
1271
+ "http":{
1272
+ "method":"POST",
1273
+ "requestUri":"/"
1274
+ },
1275
+ "input":{"shape":"ImportInstallationMediaMessage"},
1276
+ "output":{
1277
+ "shape":"InstallationMedia",
1278
+ "resultWrapper":"ImportInstallationMediaResult"
1279
+ },
1280
+ "errors":[
1281
+ {"shape":"CustomAvailabilityZoneNotFoundFault"},
1282
+ {"shape":"InstallationMediaAlreadyExistsFault"}
1283
+ ]
1284
+ },
1191
1285
  "ListTagsForResource":{
1192
1286
  "name":"ListTagsForResource",
1193
1287
  "http":{
@@ -2341,6 +2435,22 @@
2341
2435
  "OptionGroup":{"shape":"OptionGroup"}
2342
2436
  }
2343
2437
  },
2438
+ "CreateCustomAvailabilityZoneMessage":{
2439
+ "type":"structure",
2440
+ "required":["CustomAvailabilityZoneName"],
2441
+ "members":{
2442
+ "CustomAvailabilityZoneName":{"shape":"String"},
2443
+ "ExistingVpnId":{"shape":"String"},
2444
+ "NewVpnTunnelName":{"shape":"String"},
2445
+ "VpnTunnelOriginatorIP":{"shape":"String"}
2446
+ }
2447
+ },
2448
+ "CreateCustomAvailabilityZoneResult":{
2449
+ "type":"structure",
2450
+ "members":{
2451
+ "CustomAvailabilityZone":{"shape":"CustomAvailabilityZone"}
2452
+ }
2453
+ },
2344
2454
  "CreateDBClusterEndpointMessage":{
2345
2455
  "type":"structure",
2346
2456
  "required":[
@@ -2684,6 +2794,63 @@
2684
2794
  "OptionGroup":{"shape":"OptionGroup"}
2685
2795
  }
2686
2796
  },
2797
+ "CustomAvailabilityZone":{
2798
+ "type":"structure",
2799
+ "members":{
2800
+ "CustomAvailabilityZoneId":{"shape":"String"},
2801
+ "CustomAvailabilityZoneName":{"shape":"String"},
2802
+ "CustomAvailabilityZoneStatus":{"shape":"String"},
2803
+ "VpnDetails":{"shape":"VpnDetails"}
2804
+ },
2805
+ "wrapper":true
2806
+ },
2807
+ "CustomAvailabilityZoneAlreadyExistsFault":{
2808
+ "type":"structure",
2809
+ "members":{
2810
+ },
2811
+ "error":{
2812
+ "code":"CustomAvailabilityZoneAlreadyExists",
2813
+ "httpStatusCode":400,
2814
+ "senderFault":true
2815
+ },
2816
+ "exception":true
2817
+ },
2818
+ "CustomAvailabilityZoneList":{
2819
+ "type":"list",
2820
+ "member":{
2821
+ "shape":"CustomAvailabilityZone",
2822
+ "locationName":"CustomAvailabilityZone"
2823
+ }
2824
+ },
2825
+ "CustomAvailabilityZoneMessage":{
2826
+ "type":"structure",
2827
+ "members":{
2828
+ "Marker":{"shape":"String"},
2829
+ "CustomAvailabilityZones":{"shape":"CustomAvailabilityZoneList"}
2830
+ }
2831
+ },
2832
+ "CustomAvailabilityZoneNotFoundFault":{
2833
+ "type":"structure",
2834
+ "members":{
2835
+ },
2836
+ "error":{
2837
+ "code":"CustomAvailabilityZoneNotFound",
2838
+ "httpStatusCode":404,
2839
+ "senderFault":true
2840
+ },
2841
+ "exception":true
2842
+ },
2843
+ "CustomAvailabilityZoneQuotaExceededFault":{
2844
+ "type":"structure",
2845
+ "members":{
2846
+ },
2847
+ "error":{
2848
+ "code":"CustomAvailabilityZoneQuotaExceeded",
2849
+ "httpStatusCode":400,
2850
+ "senderFault":true
2851
+ },
2852
+ "exception":true
2853
+ },
2687
2854
  "DBCluster":{
2688
2855
  "type":"structure",
2689
2856
  "members":{
@@ -3753,6 +3920,19 @@
3753
3920
  },
3754
3921
  "exception":true
3755
3922
  },
3923
+ "DeleteCustomAvailabilityZoneMessage":{
3924
+ "type":"structure",
3925
+ "required":["CustomAvailabilityZoneId"],
3926
+ "members":{
3927
+ "CustomAvailabilityZoneId":{"shape":"String"}
3928
+ }
3929
+ },
3930
+ "DeleteCustomAvailabilityZoneResult":{
3931
+ "type":"structure",
3932
+ "members":{
3933
+ "CustomAvailabilityZone":{"shape":"CustomAvailabilityZone"}
3934
+ }
3935
+ },
3756
3936
  "DeleteDBClusterEndpointMessage":{
3757
3937
  "type":"structure",
3758
3938
  "required":["DBClusterEndpointIdentifier"],
@@ -3884,6 +4064,13 @@
3884
4064
  "GlobalCluster":{"shape":"GlobalCluster"}
3885
4065
  }
3886
4066
  },
4067
+ "DeleteInstallationMediaMessage":{
4068
+ "type":"structure",
4069
+ "required":["InstallationMediaId"],
4070
+ "members":{
4071
+ "InstallationMediaId":{"shape":"String"}
4072
+ }
4073
+ },
3887
4074
  "DeleteOptionGroupMessage":{
3888
4075
  "type":"structure",
3889
4076
  "required":["OptionGroupName"],
@@ -3905,6 +4092,15 @@
3905
4092
  "Marker":{"shape":"String"}
3906
4093
  }
3907
4094
  },
4095
+ "DescribeCustomAvailabilityZonesMessage":{
4096
+ "type":"structure",
4097
+ "members":{
4098
+ "CustomAvailabilityZoneId":{"shape":"String"},
4099
+ "Filters":{"shape":"FilterList"},
4100
+ "MaxRecords":{"shape":"IntegerOptional"},
4101
+ "Marker":{"shape":"String"}
4102
+ }
4103
+ },
3908
4104
  "DescribeDBClusterBacktracksMessage":{
3909
4105
  "type":"structure",
3910
4106
  "required":["DBClusterIdentifier"],
@@ -4187,6 +4383,15 @@
4187
4383
  "Marker":{"shape":"String"}
4188
4384
  }
4189
4385
  },
4386
+ "DescribeInstallationMediaMessage":{
4387
+ "type":"structure",
4388
+ "members":{
4389
+ "InstallationMediaId":{"shape":"String"},
4390
+ "Filters":{"shape":"FilterList"},
4391
+ "MaxRecords":{"shape":"IntegerOptional"},
4392
+ "Marker":{"shape":"String"}
4393
+ }
4394
+ },
4190
4395
  "DescribeOptionGroupOptionsMessage":{
4191
4396
  "type":"structure",
4192
4397
  "required":["EngineName"],
@@ -4615,6 +4820,78 @@
4615
4820
  "locationName":"IPRange"
4616
4821
  }
4617
4822
  },
4823
+ "ImportInstallationMediaMessage":{
4824
+ "type":"structure",
4825
+ "required":[
4826
+ "CustomAvailabilityZoneId",
4827
+ "Engine",
4828
+ "EngineVersion",
4829
+ "EngineInstallationMediaPath",
4830
+ "OSInstallationMediaPath"
4831
+ ],
4832
+ "members":{
4833
+ "CustomAvailabilityZoneId":{"shape":"String"},
4834
+ "Engine":{"shape":"String"},
4835
+ "EngineVersion":{"shape":"String"},
4836
+ "EngineInstallationMediaPath":{"shape":"String"},
4837
+ "OSInstallationMediaPath":{"shape":"String"}
4838
+ }
4839
+ },
4840
+ "InstallationMedia":{
4841
+ "type":"structure",
4842
+ "members":{
4843
+ "InstallationMediaId":{"shape":"String"},
4844
+ "CustomAvailabilityZoneId":{"shape":"String"},
4845
+ "Engine":{"shape":"String"},
4846
+ "EngineVersion":{"shape":"String"},
4847
+ "EngineInstallationMediaPath":{"shape":"String"},
4848
+ "OSInstallationMediaPath":{"shape":"String"},
4849
+ "Status":{"shape":"String"},
4850
+ "FailureCause":{"shape":"InstallationMediaFailureCause"}
4851
+ }
4852
+ },
4853
+ "InstallationMediaAlreadyExistsFault":{
4854
+ "type":"structure",
4855
+ "members":{
4856
+ },
4857
+ "error":{
4858
+ "code":"InstallationMediaAlreadyExists",
4859
+ "httpStatusCode":400,
4860
+ "senderFault":true
4861
+ },
4862
+ "exception":true
4863
+ },
4864
+ "InstallationMediaFailureCause":{
4865
+ "type":"structure",
4866
+ "members":{
4867
+ "Message":{"shape":"String"}
4868
+ }
4869
+ },
4870
+ "InstallationMediaList":{
4871
+ "type":"list",
4872
+ "member":{
4873
+ "shape":"InstallationMedia",
4874
+ "locationName":"InstallationMedia"
4875
+ }
4876
+ },
4877
+ "InstallationMediaMessage":{
4878
+ "type":"structure",
4879
+ "members":{
4880
+ "Marker":{"shape":"String"},
4881
+ "InstallationMedia":{"shape":"InstallationMediaList"}
4882
+ }
4883
+ },
4884
+ "InstallationMediaNotFoundFault":{
4885
+ "type":"structure",
4886
+ "members":{
4887
+ },
4888
+ "error":{
4889
+ "code":"InstallationMediaNotFound",
4890
+ "httpStatusCode":404,
4891
+ "senderFault":true
4892
+ },
4893
+ "exception":true
4894
+ },
4618
4895
  "InstanceQuotaExceededFault":{
4619
4896
  "type":"structure",
4620
4897
  "members":{
@@ -6414,6 +6691,10 @@
6414
6691
  "type":"list",
6415
6692
  "member":{"shape":"String"}
6416
6693
  },
6694
+ "StringSensitive":{
6695
+ "type":"string",
6696
+ "sensitive":true
6697
+ },
6417
6698
  "Subnet":{
6418
6699
  "type":"structure",
6419
6700
  "members":{
@@ -6583,6 +6864,17 @@
6583
6864
  "shape":"VpcSecurityGroupMembership",
6584
6865
  "locationName":"VpcSecurityGroupMembership"
6585
6866
  }
6867
+ },
6868
+ "VpnDetails":{
6869
+ "type":"structure",
6870
+ "members":{
6871
+ "VpnId":{"shape":"String"},
6872
+ "VpnTunnelOriginatorIP":{"shape":"String"},
6873
+ "VpnGatewayIp":{"shape":"String"},
6874
+ "VpnPSK":{"shape":"StringSensitive"},
6875
+ "VpnName":{"shape":"String"},
6876
+ "VpnState":{"shape":"String"}
6877
+ }
6586
6878
  }
6587
6879
  }
6588
6880
  }
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeCustomAvailabilityZones": {
4
+ "input_token": "Marker",
5
+ "limit_key": "MaxRecords",
6
+ "output_token": "Marker",
7
+ "result_key": "CustomAvailabilityZones"
8
+ },
3
9
  "DescribeDBClusters": {
4
10
  "input_token": "Marker",
5
11
  "limit_key": "MaxRecords",
@@ -84,6 +90,12 @@
84
90
  "output_token": "Marker",
85
91
  "result_key": "GlobalClusters"
86
92
  },
93
+ "DescribeInstallationMedia": {
94
+ "input_token": "Marker",
95
+ "limit_key": "MaxRecords",
96
+ "output_token": "Marker",
97
+ "result_key": "InstallationMedia"
98
+ },
87
99
  "DescribeOptionGroupOptions": {
88
100
  "input_token": "Marker",
89
101
  "limit_key": "MaxRecords",
@@ -110,6 +110,7 @@
110
110
  "eu-west-1" : { },
111
111
  "eu-west-2" : { },
112
112
  "eu-west-3" : { },
113
+ "me-south-1" : { },
113
114
  "us-east-1" : { },
114
115
  "us-east-2" : { },
115
116
  "us-west-1" : { },
@@ -641,6 +642,7 @@
641
642
  "eu-west-2" : { },
642
643
  "eu-west-3" : { },
643
644
  "me-south-1" : { },
645
+ "sa-east-1" : { },
644
646
  "us-east-1" : { },
645
647
  "us-east-2" : { },
646
648
  "us-west-1" : { },
@@ -4857,6 +4859,11 @@
4857
4859
  }
4858
4860
  }
4859
4861
  },
4862
+ "api.sagemaker" : {
4863
+ "endpoints" : {
4864
+ "us-iso-east-1" : { }
4865
+ }
4866
+ },
4860
4867
  "apigateway" : {
4861
4868
  "endpoints" : {
4862
4869
  "us-iso-east-1" : { }
@@ -5039,6 +5046,11 @@
5039
5046
  "isRegionalized" : false,
5040
5047
  "partitionEndpoint" : "aws-iso-global"
5041
5048
  },
5049
+ "runtime.sagemaker" : {
5050
+ "endpoints" : {
5051
+ "us-iso-east-1" : { }
5052
+ }
5053
+ },
5042
5054
  "s3" : {
5043
5055
  "defaults" : {
5044
5056
  "signatureVersions" : [ "s3v4" ]
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.376'
2
+ VERSION = '2.11.377'
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.376
4
+ version: 2.11.377
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-10-16 00:00:00.000000000 Z
11
+ date: 2019-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath