aws-sdk-core 2.11.137 → 2.11.138
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/glue/2017-03-31/api-2.json +26 -0
- data/apis/opsworkscm/2016-11-01/api-2.json +33 -0
- data/apis/rds/2014-10-31/api-2.json +26 -13
- data/apis/sqs/2012-11-05/api-2.json +1 -0
- data/apis/sqs/2012-11-05/smoke.json +18 -0
- data/endpoints.json +12 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b01a19871e7b1f2aa03fcb4360a64879c440d6a
|
|
4
|
+
data.tar.gz: c037aac6a0ac53864453df299a46cde962bcaf47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '029921718733bd2bc9a42e70af7b88edcc01d08b98f48474de5cd2288bd1011d9e929f40f904c893200e8b0bdb106f5e2d434ea7f4620e9b442ad71b39a89bef'
|
|
7
|
+
data.tar.gz: 60608ae7a5e9113c15d2fb281264979332d00084182e27605f1e5956e356d84a535a765caa950c5b6a889d9c40047e18f3fdfbc9d64a32aac3b608a1cbfd0c2b
|
|
@@ -599,6 +599,20 @@
|
|
|
599
599
|
{"shape":"OperationTimeoutException"}
|
|
600
600
|
]
|
|
601
601
|
},
|
|
602
|
+
"GetDataCatalogEncryptionSettings":{
|
|
603
|
+
"name":"GetDataCatalogEncryptionSettings",
|
|
604
|
+
"http":{
|
|
605
|
+
"method":"POST",
|
|
606
|
+
"requestUri":"/"
|
|
607
|
+
},
|
|
608
|
+
"input":{"shape":"GetDataCatalogEncryptionSettingsRequest"},
|
|
609
|
+
"output":{"shape":"GetDataCatalogEncryptionSettingsResponse"},
|
|
610
|
+
"errors":[
|
|
611
|
+
{"shape":"InternalServiceException"},
|
|
612
|
+
{"shape":"InvalidInputException"},
|
|
613
|
+
{"shape":"OperationTimeoutException"}
|
|
614
|
+
]
|
|
615
|
+
},
|
|
602
616
|
"GetDatabase":{
|
|
603
617
|
"name":"GetDatabase",
|
|
604
618
|
"http":{
|
|
@@ -2596,6 +2610,18 @@
|
|
|
2596
2610
|
"NextToken":{"shape":"Token"}
|
|
2597
2611
|
}
|
|
2598
2612
|
},
|
|
2613
|
+
"GetDataCatalogEncryptionSettingsRequest":{
|
|
2614
|
+
"type":"structure",
|
|
2615
|
+
"members":{
|
|
2616
|
+
"CatalogId":{"shape":"CatalogIdString"}
|
|
2617
|
+
}
|
|
2618
|
+
},
|
|
2619
|
+
"GetDataCatalogEncryptionSettingsResponse":{
|
|
2620
|
+
"type":"structure",
|
|
2621
|
+
"members":{
|
|
2622
|
+
"DataCatalogEncryptionSettings":{"shape":"DataCatalogEncryptionSettings"}
|
|
2623
|
+
}
|
|
2624
|
+
},
|
|
2599
2625
|
"GetDatabaseRequest":{
|
|
2600
2626
|
"type":"structure",
|
|
2601
2627
|
"required":["Name"],
|
|
@@ -164,6 +164,20 @@
|
|
|
164
164
|
{"shape":"ValidationException"}
|
|
165
165
|
]
|
|
166
166
|
},
|
|
167
|
+
"ExportServerEngineAttribute":{
|
|
168
|
+
"name":"ExportServerEngineAttribute",
|
|
169
|
+
"http":{
|
|
170
|
+
"method":"POST",
|
|
171
|
+
"requestUri":"/"
|
|
172
|
+
},
|
|
173
|
+
"input":{"shape":"ExportServerEngineAttributeRequest"},
|
|
174
|
+
"output":{"shape":"ExportServerEngineAttributeResponse"},
|
|
175
|
+
"errors":[
|
|
176
|
+
{"shape":"ValidationException"},
|
|
177
|
+
{"shape":"ResourceNotFoundException"},
|
|
178
|
+
{"shape":"InvalidStateException"}
|
|
179
|
+
]
|
|
180
|
+
},
|
|
167
181
|
"RestoreServer":{
|
|
168
182
|
"name":"RestoreServer",
|
|
169
183
|
"http":{
|
|
@@ -506,6 +520,25 @@
|
|
|
506
520
|
"type":"list",
|
|
507
521
|
"member":{"shape":"EngineAttribute"}
|
|
508
522
|
},
|
|
523
|
+
"ExportServerEngineAttributeRequest":{
|
|
524
|
+
"type":"structure",
|
|
525
|
+
"required":[
|
|
526
|
+
"ExportAttributeName",
|
|
527
|
+
"ServerName"
|
|
528
|
+
],
|
|
529
|
+
"members":{
|
|
530
|
+
"ExportAttributeName":{"shape":"String"},
|
|
531
|
+
"ServerName":{"shape":"ServerName"},
|
|
532
|
+
"InputAttributes":{"shape":"EngineAttributes"}
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"ExportServerEngineAttributeResponse":{
|
|
536
|
+
"type":"structure",
|
|
537
|
+
"members":{
|
|
538
|
+
"EngineAttribute":{"shape":"EngineAttribute"},
|
|
539
|
+
"ServerName":{"shape":"ServerName"}
|
|
540
|
+
}
|
|
541
|
+
},
|
|
509
542
|
"InstanceProfileArn":{
|
|
510
543
|
"type":"string",
|
|
511
544
|
"pattern":"arn:aws:iam::[0-9]{12}:instance-profile/.*"
|
|
@@ -2081,7 +2081,8 @@
|
|
|
2081
2081
|
"BacktrackWindow":{"shape":"LongOptional"},
|
|
2082
2082
|
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
2083
2083
|
"EngineMode":{"shape":"String"},
|
|
2084
|
-
"ScalingConfiguration":{"shape":"ScalingConfiguration"}
|
|
2084
|
+
"ScalingConfiguration":{"shape":"ScalingConfiguration"},
|
|
2085
|
+
"DeletionProtection":{"shape":"BooleanOptional"}
|
|
2085
2086
|
}
|
|
2086
2087
|
},
|
|
2087
2088
|
"CreateDBClusterParameterGroupMessage":{
|
|
@@ -2179,7 +2180,8 @@
|
|
|
2179
2180
|
"PerformanceInsightsKMSKeyId":{"shape":"String"},
|
|
2180
2181
|
"PerformanceInsightsRetentionPeriod":{"shape":"IntegerOptional"},
|
|
2181
2182
|
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
2182
|
-
"ProcessorFeatures":{"shape":"ProcessorFeatureList"}
|
|
2183
|
+
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
|
2184
|
+
"DeletionProtection":{"shape":"BooleanOptional"}
|
|
2183
2185
|
}
|
|
2184
2186
|
},
|
|
2185
2187
|
"CreateDBInstanceReadReplicaMessage":{
|
|
@@ -2213,7 +2215,8 @@
|
|
|
2213
2215
|
"PerformanceInsightsRetentionPeriod":{"shape":"IntegerOptional"},
|
|
2214
2216
|
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
2215
2217
|
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
|
2216
|
-
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
|
|
2218
|
+
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
|
|
2219
|
+
"DeletionProtection":{"shape":"BooleanOptional"}
|
|
2217
2220
|
}
|
|
2218
2221
|
},
|
|
2219
2222
|
"CreateDBInstanceReadReplicaResult":{
|
|
@@ -2392,7 +2395,8 @@
|
|
|
2392
2395
|
"EnabledCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
2393
2396
|
"Capacity":{"shape":"IntegerOptional"},
|
|
2394
2397
|
"EngineMode":{"shape":"String"},
|
|
2395
|
-
"ScalingConfigurationInfo":{"shape":"ScalingConfigurationInfo"}
|
|
2398
|
+
"ScalingConfigurationInfo":{"shape":"ScalingConfigurationInfo"},
|
|
2399
|
+
"DeletionProtection":{"shape":"Boolean"}
|
|
2396
2400
|
},
|
|
2397
2401
|
"wrapper":true
|
|
2398
2402
|
},
|
|
@@ -2788,7 +2792,8 @@
|
|
|
2788
2792
|
"PerformanceInsightsKMSKeyId":{"shape":"String"},
|
|
2789
2793
|
"PerformanceInsightsRetentionPeriod":{"shape":"IntegerOptional"},
|
|
2790
2794
|
"EnabledCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
2791
|
-
"ProcessorFeatures":{"shape":"ProcessorFeatureList"}
|
|
2795
|
+
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
|
2796
|
+
"DeletionProtection":{"shape":"Boolean"}
|
|
2792
2797
|
},
|
|
2793
2798
|
"wrapper":true
|
|
2794
2799
|
},
|
|
@@ -4231,7 +4236,8 @@
|
|
|
4231
4236
|
"BacktrackWindow":{"shape":"LongOptional"},
|
|
4232
4237
|
"CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
|
|
4233
4238
|
"EngineVersion":{"shape":"String"},
|
|
4234
|
-
"ScalingConfiguration":{"shape":"ScalingConfiguration"}
|
|
4239
|
+
"ScalingConfiguration":{"shape":"ScalingConfiguration"},
|
|
4240
|
+
"DeletionProtection":{"shape":"BooleanOptional"}
|
|
4235
4241
|
}
|
|
4236
4242
|
},
|
|
4237
4243
|
"ModifyDBClusterParameterGroupMessage":{
|
|
@@ -4312,7 +4318,8 @@
|
|
|
4312
4318
|
"PerformanceInsightsRetentionPeriod":{"shape":"IntegerOptional"},
|
|
4313
4319
|
"CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
|
|
4314
4320
|
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
|
4315
|
-
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
|
|
4321
|
+
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
|
|
4322
|
+
"DeletionProtection":{"shape":"BooleanOptional"}
|
|
4316
4323
|
}
|
|
4317
4324
|
},
|
|
4318
4325
|
"ModifyDBInstanceResult":{
|
|
@@ -5140,7 +5147,8 @@
|
|
|
5140
5147
|
"S3Prefix":{"shape":"String"},
|
|
5141
5148
|
"S3IngestionRoleArn":{"shape":"String"},
|
|
5142
5149
|
"BacktrackWindow":{"shape":"LongOptional"},
|
|
5143
|
-
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
|
5150
|
+
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
5151
|
+
"DeletionProtection":{"shape":"BooleanOptional"}
|
|
5144
5152
|
}
|
|
5145
5153
|
},
|
|
5146
5154
|
"RestoreDBClusterFromS3Result":{
|
|
@@ -5173,7 +5181,8 @@
|
|
|
5173
5181
|
"BacktrackWindow":{"shape":"LongOptional"},
|
|
5174
5182
|
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
5175
5183
|
"EngineMode":{"shape":"String"},
|
|
5176
|
-
"ScalingConfiguration":{"shape":"ScalingConfiguration"}
|
|
5184
|
+
"ScalingConfiguration":{"shape":"ScalingConfiguration"},
|
|
5185
|
+
"DeletionProtection":{"shape":"BooleanOptional"}
|
|
5177
5186
|
}
|
|
5178
5187
|
},
|
|
5179
5188
|
"RestoreDBClusterFromSnapshotResult":{
|
|
@@ -5202,7 +5211,8 @@
|
|
|
5202
5211
|
"KmsKeyId":{"shape":"String"},
|
|
5203
5212
|
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
|
5204
5213
|
"BacktrackWindow":{"shape":"LongOptional"},
|
|
5205
|
-
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
|
5214
|
+
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
5215
|
+
"DeletionProtection":{"shape":"BooleanOptional"}
|
|
5206
5216
|
}
|
|
5207
5217
|
},
|
|
5208
5218
|
"RestoreDBClusterToPointInTimeResult":{
|
|
@@ -5242,7 +5252,8 @@
|
|
|
5242
5252
|
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
|
5243
5253
|
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
5244
5254
|
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
|
5245
|
-
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
|
|
5255
|
+
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
|
|
5256
|
+
"DeletionProtection":{"shape":"BooleanOptional"}
|
|
5246
5257
|
}
|
|
5247
5258
|
},
|
|
5248
5259
|
"RestoreDBInstanceFromDBSnapshotResult":{
|
|
@@ -5304,7 +5315,8 @@
|
|
|
5304
5315
|
"PerformanceInsightsRetentionPeriod":{"shape":"IntegerOptional"},
|
|
5305
5316
|
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
5306
5317
|
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
|
5307
|
-
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
|
|
5318
|
+
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
|
|
5319
|
+
"DeletionProtection":{"shape":"BooleanOptional"}
|
|
5308
5320
|
}
|
|
5309
5321
|
},
|
|
5310
5322
|
"RestoreDBInstanceFromS3Result":{
|
|
@@ -5346,7 +5358,8 @@
|
|
|
5346
5358
|
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
|
5347
5359
|
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
5348
5360
|
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
|
5349
|
-
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
|
|
5361
|
+
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
|
|
5362
|
+
"DeletionProtection":{"shape":"BooleanOptional"}
|
|
5350
5363
|
}
|
|
5351
5364
|
},
|
|
5352
5365
|
"RestoreDBInstanceToPointInTimeResult":{
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"defaultRegion": "us-west-2",
|
|
4
|
+
"testCases": [
|
|
5
|
+
{
|
|
6
|
+
"operationName": "ListQueues",
|
|
7
|
+
"input": {},
|
|
8
|
+
"errorExpectedFromService": false
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"operationName": "GetQueueUrl",
|
|
12
|
+
"input": {
|
|
13
|
+
"QueueName": "fake_queue"
|
|
14
|
+
},
|
|
15
|
+
"errorExpectedFromService": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
data/endpoints.json
CHANGED
|
@@ -1164,6 +1164,7 @@
|
|
|
1164
1164
|
},
|
|
1165
1165
|
"iotanalytics" : {
|
|
1166
1166
|
"endpoints" : {
|
|
1167
|
+
"ap-northeast-1" : { },
|
|
1167
1168
|
"eu-west-1" : { },
|
|
1168
1169
|
"us-east-1" : { },
|
|
1169
1170
|
"us-east-2" : { },
|
|
@@ -1824,11 +1825,16 @@
|
|
|
1824
1825
|
"servicediscovery" : {
|
|
1825
1826
|
"endpoints" : {
|
|
1826
1827
|
"ap-northeast-1" : { },
|
|
1828
|
+
"ap-northeast-2" : { },
|
|
1829
|
+
"ap-south-1" : { },
|
|
1827
1830
|
"ap-southeast-1" : { },
|
|
1828
1831
|
"ap-southeast-2" : { },
|
|
1832
|
+
"ca-central-1" : { },
|
|
1829
1833
|
"eu-central-1" : { },
|
|
1830
1834
|
"eu-west-1" : { },
|
|
1831
1835
|
"eu-west-2" : { },
|
|
1836
|
+
"eu-west-3" : { },
|
|
1837
|
+
"sa-east-1" : { },
|
|
1832
1838
|
"us-east-1" : { },
|
|
1833
1839
|
"us-east-2" : { },
|
|
1834
1840
|
"us-west-1" : { },
|
|
@@ -2305,6 +2311,12 @@
|
|
|
2305
2311
|
"cn-northwest-1" : { }
|
|
2306
2312
|
}
|
|
2307
2313
|
},
|
|
2314
|
+
"codebuild" : {
|
|
2315
|
+
"endpoints" : {
|
|
2316
|
+
"cn-north-1" : { },
|
|
2317
|
+
"cn-northwest-1" : { }
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2308
2320
|
"codedeploy" : {
|
|
2309
2321
|
"endpoints" : {
|
|
2310
2322
|
"cn-north-1" : { },
|
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.138
|
|
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-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -577,6 +577,7 @@ files:
|
|
|
577
577
|
- apis/sqs/2012-11-05/examples-1.json
|
|
578
578
|
- apis/sqs/2012-11-05/paginators-1.json
|
|
579
579
|
- apis/sqs/2012-11-05/resources-1.json
|
|
580
|
+
- apis/sqs/2012-11-05/smoke.json
|
|
580
581
|
- apis/ssm/2014-11-06/api-2.json
|
|
581
582
|
- apis/ssm/2014-11-06/examples-1.json
|
|
582
583
|
- apis/ssm/2014-11-06/paginators-1.json
|