aws-sdk-core 2.11.360 → 2.11.361
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 530ad050c7c0644348a0ba75ff778593efce7415
|
|
4
|
+
data.tar.gz: 9d409d04c8050cb0045d2df7490d662b3c26ac9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7a7167259c0395d1f3d59819eb75404628e133892cf32f72f48a63360914be00d7ac8800d70addef19d89d24673c0d8617ed85b1d2b73de07ff4aa651aee372
|
|
7
|
+
data.tar.gz: 286662dd865699cd4959be741f0d48908c1da0464de247062fef5ac599db2f71621b6adce611dfe6591c1fa4ab4ebbd3bd0323e8aeaa241c92c50196b91f940e
|
|
@@ -142,6 +142,20 @@
|
|
|
142
142
|
{"shape":"InvalidResourceStateFault"}
|
|
143
143
|
]
|
|
144
144
|
},
|
|
145
|
+
"DeleteConnection":{
|
|
146
|
+
"name":"DeleteConnection",
|
|
147
|
+
"http":{
|
|
148
|
+
"method":"POST",
|
|
149
|
+
"requestUri":"/"
|
|
150
|
+
},
|
|
151
|
+
"input":{"shape":"DeleteConnectionMessage"},
|
|
152
|
+
"output":{"shape":"DeleteConnectionResponse"},
|
|
153
|
+
"errors":[
|
|
154
|
+
{"shape":"AccessDeniedFault"},
|
|
155
|
+
{"shape":"ResourceNotFoundFault"},
|
|
156
|
+
{"shape":"InvalidResourceStateFault"}
|
|
157
|
+
]
|
|
158
|
+
},
|
|
145
159
|
"DeleteEndpoint":{
|
|
146
160
|
"name":"DeleteEndpoint",
|
|
147
161
|
"http":{
|
|
@@ -916,6 +930,23 @@
|
|
|
916
930
|
"Certificate":{"shape":"Certificate"}
|
|
917
931
|
}
|
|
918
932
|
},
|
|
933
|
+
"DeleteConnectionMessage":{
|
|
934
|
+
"type":"structure",
|
|
935
|
+
"required":[
|
|
936
|
+
"EndpointArn",
|
|
937
|
+
"ReplicationInstanceArn"
|
|
938
|
+
],
|
|
939
|
+
"members":{
|
|
940
|
+
"EndpointArn":{"shape":"String"},
|
|
941
|
+
"ReplicationInstanceArn":{"shape":"String"}
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"DeleteConnectionResponse":{
|
|
945
|
+
"type":"structure",
|
|
946
|
+
"members":{
|
|
947
|
+
"Connection":{"shape":"Connection"}
|
|
948
|
+
}
|
|
949
|
+
},
|
|
919
950
|
"DeleteEndpointMessage":{
|
|
920
951
|
"type":"structure",
|
|
921
952
|
"required":["EndpointArn"],
|
|
@@ -2037,7 +2068,8 @@
|
|
|
2037
2068
|
"EnableStatistics":{"shape":"BooleanOptional"},
|
|
2038
2069
|
"IncludeOpForFullLoad":{"shape":"BooleanOptional"},
|
|
2039
2070
|
"CdcInsertsOnly":{"shape":"BooleanOptional"},
|
|
2040
|
-
"TimestampColumnName":{"shape":"String"}
|
|
2071
|
+
"TimestampColumnName":{"shape":"String"},
|
|
2072
|
+
"ParquetTimestampInMillisecond":{"shape":"BooleanOptional"}
|
|
2041
2073
|
}
|
|
2042
2074
|
},
|
|
2043
2075
|
"SNSInvalidTopicFault":{
|
|
@@ -250,6 +250,27 @@
|
|
|
250
250
|
"title": "Delete Certificate"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
253
|
+
"DeleteConnection": [
|
|
254
|
+
{
|
|
255
|
+
"input": {
|
|
256
|
+
"EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
|
|
257
|
+
"ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
|
|
258
|
+
},
|
|
259
|
+
"output": {
|
|
260
|
+
"Connection": {
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"comments": {
|
|
264
|
+
"input": {
|
|
265
|
+
},
|
|
266
|
+
"output": {
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"description": "Deletes the connection between the replication instance and the endpoint.",
|
|
270
|
+
"id": "delete-connection-1481751957981",
|
|
271
|
+
"title": "Delete Connection"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
253
274
|
"DeleteEndpoint": [
|
|
254
275
|
{
|
|
255
276
|
"input": {
|
|
@@ -274,6 +274,7 @@
|
|
|
274
274
|
"IpAddressType":{"shape":"IpAddressType"},
|
|
275
275
|
"Enabled":{"shape":"GenericBoolean"},
|
|
276
276
|
"IpSets":{"shape":"IpSets"},
|
|
277
|
+
"DnsName":{"shape":"GenericString"},
|
|
277
278
|
"Status":{"shape":"AcceleratorStatus"},
|
|
278
279
|
"CreatedTime":{"shape":"Timestamp"},
|
|
279
280
|
"LastModifiedTime":{"shape":"Timestamp"}
|
|
@@ -4085,7 +4085,19 @@
|
|
|
4085
4085
|
"ml.c5.2xlarge",
|
|
4086
4086
|
"ml.c5.4xlarge",
|
|
4087
4087
|
"ml.c5.9xlarge",
|
|
4088
|
-
"ml.c5.18xlarge"
|
|
4088
|
+
"ml.c5.18xlarge",
|
|
4089
|
+
"ml.g4dn.xlarge",
|
|
4090
|
+
"ml.g4dn.2xlarge",
|
|
4091
|
+
"ml.g4dn.4xlarge",
|
|
4092
|
+
"ml.g4dn.8xlarge",
|
|
4093
|
+
"ml.g4dn.12xlarge",
|
|
4094
|
+
"ml.g4dn.16xlarge",
|
|
4095
|
+
"ml.r5.large",
|
|
4096
|
+
"ml.r5.xlarge",
|
|
4097
|
+
"ml.r5.2xlarge",
|
|
4098
|
+
"ml.r5.4xlarge",
|
|
4099
|
+
"ml.r5.12xlarge",
|
|
4100
|
+
"ml.r5.24xlarge"
|
|
4089
4101
|
]
|
|
4090
4102
|
},
|
|
4091
4103
|
"ProductionVariantList":{
|
|
@@ -4723,12 +4735,12 @@
|
|
|
4723
4735
|
"ml.p3.2xlarge",
|
|
4724
4736
|
"ml.p3.8xlarge",
|
|
4725
4737
|
"ml.p3.16xlarge",
|
|
4738
|
+
"ml.p3dn.24xlarge",
|
|
4726
4739
|
"ml.c5.xlarge",
|
|
4727
4740
|
"ml.c5.2xlarge",
|
|
4728
4741
|
"ml.c5.4xlarge",
|
|
4729
4742
|
"ml.c5.9xlarge",
|
|
4730
|
-
"ml.c5.18xlarge"
|
|
4731
|
-
"ml.p3dn.24xlarge"
|
|
4743
|
+
"ml.c5.18xlarge"
|
|
4732
4744
|
]
|
|
4733
4745
|
},
|
|
4734
4746
|
"TrainingInstanceTypes":{
|
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.361
|
|
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-09-
|
|
11
|
+
date: 2019-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|