aws-sdk-core 2.11.306 → 2.11.307

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: 354e389fe6ed42610f438dcccb10c8ce3ef721f0
4
- data.tar.gz: e8bf9141e0ad931ef9dea859fe6cb0ff6ed21ddf
3
+ metadata.gz: cc0cba00d431484df16f0dd35bc8447b629464bc
4
+ data.tar.gz: fe2e08180a7eeecbc6e9476bcca3ff5a6bc26763
5
5
  SHA512:
6
- metadata.gz: 365e042070a937d1f6655d9c6a9dd275eed040fc490d3e4110a324b5bbd40cea07eb8ccd4748fc868a5b770c2bb5502a042b8c0bcaf38e7acde81e1937e505c6
7
- data.tar.gz: c4e35b0fbcb869bdc7474ecf8c511791abad610f3e91515e4cd7b86ae21993efc2f1bb23532ec14f4aee1bd3b7ebf7898b49c56bdd8f2390ab2eba396f184854
6
+ metadata.gz: 554d0ca7692c3f3e36d32103fc3fd9aa7026d9cd658a9570c27629ec1198d35b9036a4a3c94238653dc8de0a28377514d566b5fc4ada109325097e66553ef2e2
7
+ data.tar.gz: 3599921a39706bf31624fe86c2d4cbd0172e5035c17cf89029c2ffb2e1fd402f7d127fe2b47f2074c1aa09700c4e360f01637a151d8485b2944466f7c612fe06
@@ -38,7 +38,9 @@
38
38
  "resultWrapper":"ApplyPendingMaintenanceActionResult"
39
39
  },
40
40
  "errors":[
41
- {"shape":"ResourceNotFoundFault"}
41
+ {"shape":"ResourceNotFoundFault"},
42
+ {"shape":"InvalidDBClusterStateFault"},
43
+ {"shape":"InvalidDBInstanceStateFault"}
42
44
  ]
43
45
  },
44
46
  "CopyDBClusterParameterGroup":{
@@ -690,6 +692,40 @@
690
692
  {"shape":"KMSKeyNotAccessibleFault"},
691
693
  {"shape":"StorageQuotaExceededFault"}
692
694
  ]
695
+ },
696
+ "StartDBCluster":{
697
+ "name":"StartDBCluster",
698
+ "http":{
699
+ "method":"POST",
700
+ "requestUri":"/"
701
+ },
702
+ "input":{"shape":"StartDBClusterMessage"},
703
+ "output":{
704
+ "shape":"StartDBClusterResult",
705
+ "resultWrapper":"StartDBClusterResult"
706
+ },
707
+ "errors":[
708
+ {"shape":"DBClusterNotFoundFault"},
709
+ {"shape":"InvalidDBClusterStateFault"},
710
+ {"shape":"InvalidDBInstanceStateFault"}
711
+ ]
712
+ },
713
+ "StopDBCluster":{
714
+ "name":"StopDBCluster",
715
+ "http":{
716
+ "method":"POST",
717
+ "requestUri":"/"
718
+ },
719
+ "input":{"shape":"StopDBClusterMessage"},
720
+ "output":{
721
+ "shape":"StopDBClusterResult",
722
+ "resultWrapper":"StopDBClusterResult"
723
+ },
724
+ "errors":[
725
+ {"shape":"DBClusterNotFoundFault"},
726
+ {"shape":"InvalidDBClusterStateFault"},
727
+ {"shape":"InvalidDBInstanceStateFault"}
728
+ ]
693
729
  }
694
730
  },
695
731
  "shapes":{
@@ -834,7 +870,9 @@
834
870
  "type":"structure",
835
871
  "required":[
836
872
  "DBClusterIdentifier",
837
- "Engine"
873
+ "Engine",
874
+ "MasterUsername",
875
+ "MasterUserPassword"
838
876
  ],
839
877
  "members":{
840
878
  "AvailabilityZones":{"shape":"AvailabilityZones"},
@@ -853,7 +891,8 @@
853
891
  "Tags":{"shape":"TagList"},
854
892
  "StorageEncrypted":{"shape":"BooleanOptional"},
855
893
  "KmsKeyId":{"shape":"String"},
856
- "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
894
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
895
+ "DeletionProtection":{"shape":"BooleanOptional"}
857
896
  }
858
897
  },
859
898
  "CreateDBClusterParameterGroupMessage":{
@@ -976,7 +1015,8 @@
976
1015
  "DBClusterArn":{"shape":"String"},
977
1016
  "AssociatedRoles":{"shape":"DBClusterRoles"},
978
1017
  "ClusterCreateTime":{"shape":"TStamp"},
979
- "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}
1018
+ "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"},
1019
+ "DeletionProtection":{"shape":"Boolean"}
980
1020
  },
981
1021
  "wrapper":true
982
1022
  },
@@ -1974,7 +2014,8 @@
1974
2014
  "PreferredBackupWindow":{"shape":"String"},
1975
2015
  "PreferredMaintenanceWindow":{"shape":"String"},
1976
2016
  "CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
1977
- "EngineVersion":{"shape":"String"}
2017
+ "EngineVersion":{"shape":"String"},
2018
+ "DeletionProtection":{"shape":"BooleanOptional"}
1978
2019
  }
1979
2020
  },
1980
2021
  "ModifyDBClusterParameterGroupMessage":{
@@ -2227,7 +2268,8 @@
2227
2268
  "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
2228
2269
  "Tags":{"shape":"TagList"},
2229
2270
  "KmsKeyId":{"shape":"String"},
2230
- "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
2271
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
2272
+ "DeletionProtection":{"shape":"BooleanOptional"}
2231
2273
  }
2232
2274
  },
2233
2275
  "RestoreDBClusterFromSnapshotResult":{
@@ -2252,7 +2294,8 @@
2252
2294
  "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
2253
2295
  "Tags":{"shape":"TagList"},
2254
2296
  "KmsKeyId":{"shape":"String"},
2255
- "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
2297
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
2298
+ "DeletionProtection":{"shape":"BooleanOptional"}
2256
2299
  }
2257
2300
  },
2258
2301
  "RestoreDBClusterToPointInTimeResult":{
@@ -2294,6 +2337,32 @@
2294
2337
  "db-cluster-snapshot"
2295
2338
  ]
2296
2339
  },
2340
+ "StartDBClusterMessage":{
2341
+ "type":"structure",
2342
+ "required":["DBClusterIdentifier"],
2343
+ "members":{
2344
+ "DBClusterIdentifier":{"shape":"String"}
2345
+ }
2346
+ },
2347
+ "StartDBClusterResult":{
2348
+ "type":"structure",
2349
+ "members":{
2350
+ "DBCluster":{"shape":"DBCluster"}
2351
+ }
2352
+ },
2353
+ "StopDBClusterMessage":{
2354
+ "type":"structure",
2355
+ "required":["DBClusterIdentifier"],
2356
+ "members":{
2357
+ "DBClusterIdentifier":{"shape":"String"}
2358
+ }
2359
+ },
2360
+ "StopDBClusterResult":{
2361
+ "type":"structure",
2362
+ "members":{
2363
+ "DBCluster":{"shape":"DBCluster"}
2364
+ }
2365
+ },
2297
2366
  "StorageQuotaExceededFault":{
2298
2367
  "type":"structure",
2299
2368
  "members":{
@@ -16822,7 +16822,8 @@
16822
16822
  "TargetCapacity":{
16823
16823
  "shape":"Integer",
16824
16824
  "locationName":"targetCapacity"
16825
- }
16825
+ },
16826
+ "OnDemandTargetCapacity":{"shape":"Integer"}
16826
16827
  }
16827
16828
  },
16828
16829
  "ModifySpotFleetRequestResponse":{
@@ -17852,6 +17853,10 @@
17852
17853
  "MinTargetCapacity":{
17853
17854
  "shape":"Integer",
17854
17855
  "locationName":"minTargetCapacity"
17856
+ },
17857
+ "MaxTotalPrice":{
17858
+ "shape":"String",
17859
+ "locationName":"maxTotalPrice"
17855
17860
  }
17856
17861
  }
17857
17862
  },
@@ -17861,7 +17866,8 @@
17861
17866
  "AllocationStrategy":{"shape":"FleetOnDemandAllocationStrategy"},
17862
17867
  "SingleInstanceType":{"shape":"Boolean"},
17863
17868
  "SingleAvailabilityZone":{"shape":"Boolean"},
17864
- "MinTargetCapacity":{"shape":"Integer"}
17869
+ "MinTargetCapacity":{"shape":"Integer"},
17870
+ "MaxTotalPrice":{"shape":"String"}
17865
17871
  }
17866
17872
  },
17867
17873
  "OperationType":{
@@ -21489,6 +21495,14 @@
21489
21495
  "shape":"Integer",
21490
21496
  "locationName":"onDemandTargetCapacity"
21491
21497
  },
21498
+ "OnDemandMaxTotalPrice":{
21499
+ "shape":"String",
21500
+ "locationName":"onDemandMaxTotalPrice"
21501
+ },
21502
+ "SpotMaxTotalPrice":{
21503
+ "shape":"String",
21504
+ "locationName":"spotMaxTotalPrice"
21505
+ },
21492
21506
  "TerminateInstancesWithExpiration":{
21493
21507
  "shape":"Boolean",
21494
21508
  "locationName":"terminateInstancesWithExpiration"
@@ -21736,6 +21750,10 @@
21736
21750
  "MinTargetCapacity":{
21737
21751
  "shape":"Integer",
21738
21752
  "locationName":"minTargetCapacity"
21753
+ },
21754
+ "MaxTotalPrice":{
21755
+ "shape":"String",
21756
+ "locationName":"maxTotalPrice"
21739
21757
  }
21740
21758
  }
21741
21759
  },
@@ -21747,7 +21765,8 @@
21747
21765
  "InstancePoolsToUseCount":{"shape":"Integer"},
21748
21766
  "SingleInstanceType":{"shape":"Boolean"},
21749
21767
  "SingleAvailabilityZone":{"shape":"Boolean"},
21750
- "MinTargetCapacity":{"shape":"Integer"}
21768
+ "MinTargetCapacity":{"shape":"Integer"},
21769
+ "MaxTotalPrice":{"shape":"String"}
21751
21770
  }
21752
21771
  },
21753
21772
  "SpotPlacement":{
@@ -2192,6 +2192,10 @@
2192
2192
  },
2193
2193
  "Tag":{
2194
2194
  "type":"structure",
2195
+ "required":[
2196
+ "Key",
2197
+ "Value"
2198
+ ],
2195
2199
  "members":{
2196
2200
  "Key":{"shape":"TagKey"},
2197
2201
  "Value":{"shape":"TagValue"}
@@ -4939,6 +4939,8 @@
4939
4939
  "BacktrackWindow":{"shape":"LongOptional"},
4940
4940
  "CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
4941
4941
  "EngineVersion":{"shape":"String"},
4942
+ "AllowMajorVersionUpgrade":{"shape":"Boolean"},
4943
+ "DBInstanceParameterGroupName":{"shape":"String"},
4942
4944
  "ScalingConfiguration":{"shape":"ScalingConfiguration"},
4943
4945
  "DeletionProtection":{"shape":"BooleanOptional"},
4944
4946
  "EnableHttpEndpoint":{"shape":"BooleanOptional"},
@@ -387,6 +387,7 @@
387
387
  "ap-southeast-2" : { },
388
388
  "ca-central-1" : { },
389
389
  "eu-central-1" : { },
390
+ "eu-north-1" : { },
390
391
  "eu-west-1" : { },
391
392
  "eu-west-2" : { },
392
393
  "us-east-1" : { },
@@ -2032,6 +2033,12 @@
2032
2033
  },
2033
2034
  "hostname" : "rds.eu-central-1.amazonaws.com"
2034
2035
  },
2036
+ "eu-north-1" : {
2037
+ "credentialScope" : {
2038
+ "region" : "eu-north-1"
2039
+ },
2040
+ "hostname" : "rds.eu-north-1.amazonaws.com"
2041
+ },
2035
2042
  "eu-west-1" : {
2036
2043
  "credentialScope" : {
2037
2044
  "region" : "eu-west-1"
@@ -2770,6 +2777,7 @@
2770
2777
  },
2771
2778
  "sms" : {
2772
2779
  "endpoints" : {
2780
+ "ap-east-1" : { },
2773
2781
  "ap-northeast-1" : { },
2774
2782
  "ap-northeast-2" : { },
2775
2783
  "ap-south-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.306'
2
+ VERSION = '2.11.307'
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.306
4
+ version: 2.11.307
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-28 00:00:00.000000000 Z
11
+ date: 2019-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath