aws-sdk-core 2.11.446 → 2.11.447
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +5 -2
- data/apis/chime/2018-05-01/api-2.json +1 -0
- data/apis/rds/2014-10-31/api-2.json +28 -11
- 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: a06670c8c8187144d2ab654b638b96c39c8b1791
|
4
|
+
data.tar.gz: '0979ec4b714831bf0b3dd292d304919fff6a31b1'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db89eb7cc991a267d1bd3d9544c6b73b3c3688e9a271aa96b5da14bbce86eb7d2ac64570444b51e63979a2e2c88f522a8d8df24f058a11046affcec4165b6bca
|
7
|
+
data.tar.gz: 453a89db6142fa72397716fca435c3c0230757512e171cfcbbe16b912dae8c887387a3786deee64c33f22b573a05000ade622742cc2e1db5a6b82e2d1d65e370
|
@@ -2032,7 +2032,8 @@
|
|
2032
2032
|
"MetricAggregationType":{"shape":"XmlStringMaxLen32"},
|
2033
2033
|
"StepAdjustments":{"shape":"StepAdjustments"},
|
2034
2034
|
"EstimatedInstanceWarmup":{"shape":"EstimatedInstanceWarmup"},
|
2035
|
-
"TargetTrackingConfiguration":{"shape":"TargetTrackingConfiguration"}
|
2035
|
+
"TargetTrackingConfiguration":{"shape":"TargetTrackingConfiguration"},
|
2036
|
+
"Enabled":{"shape":"ScalingPolicyEnabled"}
|
2036
2037
|
}
|
2037
2038
|
},
|
2038
2039
|
"PutScheduledUpdateGroupActionType":{
|
@@ -2150,9 +2151,11 @@
|
|
2150
2151
|
"MetricAggregationType":{"shape":"XmlStringMaxLen32"},
|
2151
2152
|
"EstimatedInstanceWarmup":{"shape":"EstimatedInstanceWarmup"},
|
2152
2153
|
"Alarms":{"shape":"Alarms"},
|
2153
|
-
"TargetTrackingConfiguration":{"shape":"TargetTrackingConfiguration"}
|
2154
|
+
"TargetTrackingConfiguration":{"shape":"TargetTrackingConfiguration"},
|
2155
|
+
"Enabled":{"shape":"ScalingPolicyEnabled"}
|
2154
2156
|
}
|
2155
2157
|
},
|
2158
|
+
"ScalingPolicyEnabled":{"type":"boolean"},
|
2156
2159
|
"ScalingProcessQuery":{
|
2157
2160
|
"type":"structure",
|
2158
2161
|
"required":["AutoScalingGroupName"],
|
@@ -3545,6 +3545,7 @@
|
|
3545
3545
|
"type":"structure",
|
3546
3546
|
"members":{
|
3547
3547
|
"AudioHostUrl":{"shape":"UriType"},
|
3548
|
+
"AudioFallbackUrl":{"shape":"UriType"},
|
3548
3549
|
"ScreenDataUrl":{"shape":"UriType"},
|
3549
3550
|
"ScreenSharingUrl":{"shape":"UriType"},
|
3550
3551
|
"ScreenViewingUrl":{"shape":"UriType"},
|
@@ -796,7 +796,8 @@
|
|
796
796
|
"errors":[
|
797
797
|
{"shape":"DBProxyTargetNotFoundFault"},
|
798
798
|
{"shape":"DBProxyTargetGroupNotFoundFault"},
|
799
|
-
{"shape":"DBProxyNotFoundFault"}
|
799
|
+
{"shape":"DBProxyNotFoundFault"},
|
800
|
+
{"shape":"InvalidDBProxyStateFault"}
|
800
801
|
]
|
801
802
|
},
|
802
803
|
"DescribeAccountAttributes":{
|
@@ -1061,7 +1062,9 @@
|
|
1061
1062
|
"resultWrapper":"DescribeDBProxyTargetGroupsResult"
|
1062
1063
|
},
|
1063
1064
|
"errors":[
|
1064
|
-
{"shape":"
|
1065
|
+
{"shape":"DBProxyNotFoundFault"},
|
1066
|
+
{"shape":"DBProxyTargetGroupNotFoundFault"},
|
1067
|
+
{"shape":"InvalidDBProxyStateFault"}
|
1065
1068
|
]
|
1066
1069
|
},
|
1067
1070
|
"DescribeDBProxyTargets":{
|
@@ -1078,7 +1081,8 @@
|
|
1078
1081
|
"errors":[
|
1079
1082
|
{"shape":"DBProxyNotFoundFault"},
|
1080
1083
|
{"shape":"DBProxyTargetNotFoundFault"},
|
1081
|
-
{"shape":"DBProxyTargetGroupNotFoundFault"}
|
1084
|
+
{"shape":"DBProxyTargetGroupNotFoundFault"},
|
1085
|
+
{"shape":"InvalidDBProxyStateFault"}
|
1082
1086
|
]
|
1083
1087
|
},
|
1084
1088
|
"DescribeDBSecurityGroups":{
|
@@ -1614,7 +1618,8 @@
|
|
1614
1618
|
},
|
1615
1619
|
"errors":[
|
1616
1620
|
{"shape":"DBProxyNotFoundFault"},
|
1617
|
-
{"shape":"DBProxyTargetGroupNotFoundFault"}
|
1621
|
+
{"shape":"DBProxyTargetGroupNotFoundFault"},
|
1622
|
+
{"shape":"InvalidDBProxyStateFault"}
|
1618
1623
|
]
|
1619
1624
|
},
|
1620
1625
|
"ModifyDBSnapshot":{
|
@@ -1803,7 +1808,8 @@
|
|
1803
1808
|
{"shape":"DBInstanceNotFoundFault"},
|
1804
1809
|
{"shape":"DBProxyTargetAlreadyRegisteredFault"},
|
1805
1810
|
{"shape":"InvalidDBInstanceStateFault"},
|
1806
|
-
{"shape":"InvalidDBClusterStateFault"}
|
1811
|
+
{"shape":"InvalidDBClusterStateFault"},
|
1812
|
+
{"shape":"InvalidDBProxyStateFault"}
|
1807
1813
|
]
|
1808
1814
|
},
|
1809
1815
|
"RemoveFromGlobalCluster":{
|
@@ -2756,7 +2762,9 @@
|
|
2756
2762
|
"DeletionProtection":{"shape":"BooleanOptional"},
|
2757
2763
|
"GlobalClusterIdentifier":{"shape":"String"},
|
2758
2764
|
"EnableHttpEndpoint":{"shape":"BooleanOptional"},
|
2759
|
-
"CopyTagsToSnapshot":{"shape":"BooleanOptional"}
|
2765
|
+
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
2766
|
+
"Domain":{"shape":"String"},
|
2767
|
+
"DomainIAMRoleName":{"shape":"String"}
|
2760
2768
|
}
|
2761
2769
|
},
|
2762
2770
|
"CreateDBClusterParameterGroupMessage":{
|
@@ -3186,7 +3194,8 @@
|
|
3186
3194
|
"ActivityStreamKmsKeyId":{"shape":"String"},
|
3187
3195
|
"ActivityStreamKinesisStreamName":{"shape":"String"},
|
3188
3196
|
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
3189
|
-
"CrossAccountClone":{"shape":"BooleanOptional"}
|
3197
|
+
"CrossAccountClone":{"shape":"BooleanOptional"},
|
3198
|
+
"DomainMemberships":{"shape":"DomainMembershipList"}
|
3190
3199
|
},
|
3191
3200
|
"wrapper":true
|
3192
3201
|
},
|
@@ -3938,7 +3947,7 @@
|
|
3938
3947
|
"members":{
|
3939
3948
|
},
|
3940
3949
|
"error":{
|
3941
|
-
"code":"
|
3950
|
+
"code":"DBProxyTargetExistsFault",
|
3942
3951
|
"httpStatusCode":400,
|
3943
3952
|
"senderFault":true
|
3944
3953
|
},
|
@@ -5878,6 +5887,8 @@
|
|
5878
5887
|
"EngineVersion":{"shape":"String"},
|
5879
5888
|
"AllowMajorVersionUpgrade":{"shape":"Boolean"},
|
5880
5889
|
"DBInstanceParameterGroupName":{"shape":"String"},
|
5890
|
+
"Domain":{"shape":"String"},
|
5891
|
+
"DomainIAMRoleName":{"shape":"String"},
|
5881
5892
|
"ScalingConfiguration":{"shape":"ScalingConfiguration"},
|
5882
5893
|
"DeletionProtection":{"shape":"BooleanOptional"},
|
5883
5894
|
"EnableHttpEndpoint":{"shape":"BooleanOptional"},
|
@@ -6898,7 +6909,9 @@
|
|
6898
6909
|
"BacktrackWindow":{"shape":"LongOptional"},
|
6899
6910
|
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
6900
6911
|
"DeletionProtection":{"shape":"BooleanOptional"},
|
6901
|
-
"CopyTagsToSnapshot":{"shape":"BooleanOptional"}
|
6912
|
+
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
6913
|
+
"Domain":{"shape":"String"},
|
6914
|
+
"DomainIAMRoleName":{"shape":"String"}
|
6902
6915
|
}
|
6903
6916
|
},
|
6904
6917
|
"RestoreDBClusterFromS3Result":{
|
@@ -6934,7 +6947,9 @@
|
|
6934
6947
|
"ScalingConfiguration":{"shape":"ScalingConfiguration"},
|
6935
6948
|
"DBClusterParameterGroupName":{"shape":"String"},
|
6936
6949
|
"DeletionProtection":{"shape":"BooleanOptional"},
|
6937
|
-
"CopyTagsToSnapshot":{"shape":"BooleanOptional"}
|
6950
|
+
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
6951
|
+
"Domain":{"shape":"String"},
|
6952
|
+
"DomainIAMRoleName":{"shape":"String"}
|
6938
6953
|
}
|
6939
6954
|
},
|
6940
6955
|
"RestoreDBClusterFromSnapshotResult":{
|
@@ -6966,7 +6981,9 @@
|
|
6966
6981
|
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
6967
6982
|
"DBClusterParameterGroupName":{"shape":"String"},
|
6968
6983
|
"DeletionProtection":{"shape":"BooleanOptional"},
|
6969
|
-
"CopyTagsToSnapshot":{"shape":"BooleanOptional"}
|
6984
|
+
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
6985
|
+
"Domain":{"shape":"String"},
|
6986
|
+
"DomainIAMRoleName":{"shape":"String"}
|
6970
6987
|
}
|
6971
6988
|
},
|
6972
6989
|
"RestoreDBClusterToPointInTimeResult":{
|
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.447
|
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: 2020-02-
|
11
|
+
date: 2020-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|