aws-sdk-core 2.11.126 → 2.11.127
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/cloudhsmv2/2017-04-28/api-2.json +62 -2
- data/apis/redshift/2012-12-01/api-2.json +7 -3
- data/endpoints.json +39 -2
- 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: 4355d515b04c2238bb4bdbe7193c803cb9133a94
|
|
4
|
+
data.tar.gz: c9f76134d64b7900d434cedab20d5a83062c79cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d54e22c493c582abdb5a25e094eec19a2ba07f7077d0153729c3d1acd91f53ee83b563ffaf7f0adca5c76763dd1c7acaef5e72611ffc7e8a215b70ce8f0941d
|
|
7
|
+
data.tar.gz: b2f9f287d2f7b6024cd086dbe23a722e0bc09783e6cd8ad33cdaa80242ac293af4dd84fe17ef72357a5288bfc4d8a4e3598e1647770d9a9372c43b5ee0f23a15
|
|
@@ -62,6 +62,22 @@
|
|
|
62
62
|
{"shape":"CloudHsmAccessDeniedException"}
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
|
+
"DeleteBackup":{
|
|
66
|
+
"name":"DeleteBackup",
|
|
67
|
+
"http":{
|
|
68
|
+
"method":"POST",
|
|
69
|
+
"requestUri":"/"
|
|
70
|
+
},
|
|
71
|
+
"input":{"shape":"DeleteBackupRequest"},
|
|
72
|
+
"output":{"shape":"DeleteBackupResponse"},
|
|
73
|
+
"errors":[
|
|
74
|
+
{"shape":"CloudHsmInternalFailureException"},
|
|
75
|
+
{"shape":"CloudHsmServiceException"},
|
|
76
|
+
{"shape":"CloudHsmResourceNotFoundException"},
|
|
77
|
+
{"shape":"CloudHsmInvalidRequestException"},
|
|
78
|
+
{"shape":"CloudHsmAccessDeniedException"}
|
|
79
|
+
]
|
|
80
|
+
},
|
|
65
81
|
"DeleteCluster":{
|
|
66
82
|
"name":"DeleteCluster",
|
|
67
83
|
"http":{
|
|
@@ -157,6 +173,22 @@
|
|
|
157
173
|
{"shape":"CloudHsmAccessDeniedException"}
|
|
158
174
|
]
|
|
159
175
|
},
|
|
176
|
+
"RestoreBackup":{
|
|
177
|
+
"name":"RestoreBackup",
|
|
178
|
+
"http":{
|
|
179
|
+
"method":"POST",
|
|
180
|
+
"requestUri":"/"
|
|
181
|
+
},
|
|
182
|
+
"input":{"shape":"RestoreBackupRequest"},
|
|
183
|
+
"output":{"shape":"RestoreBackupResponse"},
|
|
184
|
+
"errors":[
|
|
185
|
+
{"shape":"CloudHsmInternalFailureException"},
|
|
186
|
+
{"shape":"CloudHsmServiceException"},
|
|
187
|
+
{"shape":"CloudHsmResourceNotFoundException"},
|
|
188
|
+
{"shape":"CloudHsmInvalidRequestException"},
|
|
189
|
+
{"shape":"CloudHsmAccessDeniedException"}
|
|
190
|
+
]
|
|
191
|
+
},
|
|
160
192
|
"TagResource":{
|
|
161
193
|
"name":"TagResource",
|
|
162
194
|
"http":{
|
|
@@ -202,7 +234,8 @@
|
|
|
202
234
|
"CopyTimestamp":{"shape":"Timestamp"},
|
|
203
235
|
"SourceRegion":{"shape":"Region"},
|
|
204
236
|
"SourceBackup":{"shape":"BackupId"},
|
|
205
|
-
"SourceCluster":{"shape":"ClusterId"}
|
|
237
|
+
"SourceCluster":{"shape":"ClusterId"},
|
|
238
|
+
"DeleteTimestamp":{"shape":"Timestamp"}
|
|
206
239
|
}
|
|
207
240
|
},
|
|
208
241
|
"BackupId":{
|
|
@@ -218,7 +251,8 @@
|
|
|
218
251
|
"enum":[
|
|
219
252
|
"CREATE_IN_PROGRESS",
|
|
220
253
|
"READY",
|
|
221
|
-
"DELETED"
|
|
254
|
+
"DELETED",
|
|
255
|
+
"PENDING_DELETION"
|
|
222
256
|
]
|
|
223
257
|
},
|
|
224
258
|
"Backups":{
|
|
@@ -370,6 +404,19 @@
|
|
|
370
404
|
"Hsm":{"shape":"Hsm"}
|
|
371
405
|
}
|
|
372
406
|
},
|
|
407
|
+
"DeleteBackupRequest":{
|
|
408
|
+
"type":"structure",
|
|
409
|
+
"required":["BackupId"],
|
|
410
|
+
"members":{
|
|
411
|
+
"BackupId":{"shape":"BackupId"}
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"DeleteBackupResponse":{
|
|
415
|
+
"type":"structure",
|
|
416
|
+
"members":{
|
|
417
|
+
"Backup":{"shape":"Backup"}
|
|
418
|
+
}
|
|
419
|
+
},
|
|
373
420
|
"DeleteClusterRequest":{
|
|
374
421
|
"type":"structure",
|
|
375
422
|
"required":["ClusterId"],
|
|
@@ -557,6 +604,19 @@
|
|
|
557
604
|
"type":"string",
|
|
558
605
|
"pattern":"[a-z]{2}(-(gov))?-(east|west|north|south|central){1,2}-\\d"
|
|
559
606
|
},
|
|
607
|
+
"RestoreBackupRequest":{
|
|
608
|
+
"type":"structure",
|
|
609
|
+
"required":["BackupId"],
|
|
610
|
+
"members":{
|
|
611
|
+
"BackupId":{"shape":"BackupId"}
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"RestoreBackupResponse":{
|
|
615
|
+
"type":"structure",
|
|
616
|
+
"members":{
|
|
617
|
+
"Backup":{"shape":"Backup"}
|
|
618
|
+
}
|
|
619
|
+
},
|
|
560
620
|
"SecurityGroup":{
|
|
561
621
|
"type":"string",
|
|
562
622
|
"pattern":"sg-[0-9a-fA-F]"
|
|
@@ -3137,7 +3137,9 @@
|
|
|
3137
3137
|
"PubliclyAccessible":{"shape":"BooleanOptional"},
|
|
3138
3138
|
"ElasticIp":{"shape":"String"},
|
|
3139
3139
|
"EnhancedVpcRouting":{"shape":"BooleanOptional"},
|
|
3140
|
-
"MaintenanceTrackName":{"shape":"String"}
|
|
3140
|
+
"MaintenanceTrackName":{"shape":"String"},
|
|
3141
|
+
"Encrypted":{"shape":"BooleanOptional"},
|
|
3142
|
+
"KmsKeyId":{"shape":"String"}
|
|
3141
3143
|
}
|
|
3142
3144
|
},
|
|
3143
3145
|
"ModifyClusterParameterGroupMessage":{
|
|
@@ -3308,7 +3310,8 @@
|
|
|
3308
3310
|
"ClusterIdentifier":{"shape":"String"},
|
|
3309
3311
|
"PubliclyAccessible":{"shape":"BooleanOptional"},
|
|
3310
3312
|
"EnhancedVpcRouting":{"shape":"BooleanOptional"},
|
|
3311
|
-
"MaintenanceTrackName":{"shape":"String"}
|
|
3313
|
+
"MaintenanceTrackName":{"shape":"String"},
|
|
3314
|
+
"EncryptionType":{"shape":"String"}
|
|
3312
3315
|
}
|
|
3313
3316
|
},
|
|
3314
3317
|
"PurchaseReservedNodeOfferingMessage":{
|
|
@@ -3533,7 +3536,8 @@
|
|
|
3533
3536
|
"ElapsedTimeInSeconds":{"shape":"LongOptional"},
|
|
3534
3537
|
"EstimatedTimeToCompletionInSeconds":{"shape":"LongOptional"},
|
|
3535
3538
|
"ResizeType":{"shape":"String"},
|
|
3536
|
-
"Message":{"shape":"String"}
|
|
3539
|
+
"Message":{"shape":"String"},
|
|
3540
|
+
"TargetEncryptionType":{"shape":"String"}
|
|
3537
3541
|
}
|
|
3538
3542
|
},
|
|
3539
3543
|
"ResourceNotFoundFault":{
|
data/endpoints.json
CHANGED
|
@@ -849,6 +849,7 @@
|
|
|
849
849
|
"endpoints" : {
|
|
850
850
|
"ap-northeast-1" : { },
|
|
851
851
|
"ap-northeast-2" : { },
|
|
852
|
+
"ap-southeast-1" : { },
|
|
852
853
|
"ap-southeast-2" : { },
|
|
853
854
|
"eu-central-1" : { },
|
|
854
855
|
"eu-west-1" : { },
|
|
@@ -1036,6 +1037,7 @@
|
|
|
1036
1037
|
"eu-west-1" : { },
|
|
1037
1038
|
"eu-west-2" : { },
|
|
1038
1039
|
"eu-west-3" : { },
|
|
1040
|
+
"sa-east-1" : { },
|
|
1039
1041
|
"us-east-1" : { },
|
|
1040
1042
|
"us-east-2" : { },
|
|
1041
1043
|
"us-west-1" : { },
|
|
@@ -1719,6 +1721,7 @@
|
|
|
1719
1721
|
"eu-central-1" : { },
|
|
1720
1722
|
"eu-west-1" : { },
|
|
1721
1723
|
"eu-west-2" : { },
|
|
1724
|
+
"eu-west-3" : { },
|
|
1722
1725
|
"sa-east-1" : { },
|
|
1723
1726
|
"us-east-1" : { },
|
|
1724
1727
|
"us-east-1-fips" : {
|
|
@@ -1820,7 +1823,12 @@
|
|
|
1820
1823
|
},
|
|
1821
1824
|
"servicediscovery" : {
|
|
1822
1825
|
"endpoints" : {
|
|
1826
|
+
"ap-northeast-1" : { },
|
|
1827
|
+
"ap-southeast-1" : { },
|
|
1828
|
+
"ap-southeast-2" : { },
|
|
1829
|
+
"eu-central-1" : { },
|
|
1823
1830
|
"eu-west-1" : { },
|
|
1831
|
+
"eu-west-2" : { },
|
|
1824
1832
|
"us-east-1" : { },
|
|
1825
1833
|
"us-east-2" : { },
|
|
1826
1834
|
"us-west-1" : { },
|
|
@@ -2138,8 +2146,26 @@
|
|
|
2138
2146
|
"endpoints" : {
|
|
2139
2147
|
"eu-west-1" : { },
|
|
2140
2148
|
"us-east-1" : { },
|
|
2149
|
+
"us-east-1-fips" : {
|
|
2150
|
+
"credentialScope" : {
|
|
2151
|
+
"region" : "us-east-1"
|
|
2152
|
+
},
|
|
2153
|
+
"hostname" : "translate-fips.us-east-1.amazonaws.com"
|
|
2154
|
+
},
|
|
2141
2155
|
"us-east-2" : { },
|
|
2142
|
-
"us-
|
|
2156
|
+
"us-east-2-fips" : {
|
|
2157
|
+
"credentialScope" : {
|
|
2158
|
+
"region" : "us-east-2"
|
|
2159
|
+
},
|
|
2160
|
+
"hostname" : "translate-fips.us-east-2.amazonaws.com"
|
|
2161
|
+
},
|
|
2162
|
+
"us-west-2" : { },
|
|
2163
|
+
"us-west-2-fips" : {
|
|
2164
|
+
"credentialScope" : {
|
|
2165
|
+
"region" : "us-west-2"
|
|
2166
|
+
},
|
|
2167
|
+
"hostname" : "translate-fips.us-west-2.amazonaws.com"
|
|
2168
|
+
}
|
|
2143
2169
|
}
|
|
2144
2170
|
},
|
|
2145
2171
|
"waf" : {
|
|
@@ -2568,6 +2594,11 @@
|
|
|
2568
2594
|
"us-gov-west-1" : { }
|
|
2569
2595
|
}
|
|
2570
2596
|
},
|
|
2597
|
+
"application-autoscaling" : {
|
|
2598
|
+
"endpoints" : {
|
|
2599
|
+
"us-gov-west-1" : { }
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2571
2602
|
"autoscaling" : {
|
|
2572
2603
|
"endpoints" : {
|
|
2573
2604
|
"us-gov-west-1" : {
|
|
@@ -2879,7 +2910,13 @@
|
|
|
2879
2910
|
"protocols" : [ "https" ]
|
|
2880
2911
|
},
|
|
2881
2912
|
"endpoints" : {
|
|
2882
|
-
"us-gov-west-1" : { }
|
|
2913
|
+
"us-gov-west-1" : { },
|
|
2914
|
+
"us-gov-west-1-fips" : {
|
|
2915
|
+
"credentialScope" : {
|
|
2916
|
+
"region" : "us-gov-west-1"
|
|
2917
|
+
},
|
|
2918
|
+
"hostname" : "translate-fips.us-gov-west-1.amazonaws.com"
|
|
2919
|
+
}
|
|
2883
2920
|
}
|
|
2884
2921
|
}
|
|
2885
2922
|
}
|
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.127
|
|
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: 2018-09-
|
|
11
|
+
date: 2018-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|