aws-sdk-core 2.10.25 → 2.10.26
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/AWSMigrationHub/2017-05-31/api-2.json +839 -0
- data/apis/AWSMigrationHub/2017-05-31/examples-1.json +5 -0
- data/apis/AWSMigrationHub/2017-05-31/paginators-1.json +4 -0
- data/apis/batch/2016-08-10/api-2.json +4 -2
- data/apis/cloudhsmv2/2017-04-28/api-2.json +604 -0
- data/apis/cloudhsmv2/2017-04-28/examples-1.json +5 -0
- data/apis/cloudhsmv2/2017-04-28/paginators-1.json +19 -0
- data/apis/elasticfilesystem/2015-02-01/api-2.json +12 -2
- data/apis/elasticfilesystem/2015-02-01/paginators-1.json +4 -0
- data/apis/glue/2017-03-31/api-2.json +3587 -0
- data/apis/glue/2017-03-31/examples-1.json +5 -0
- data/apis/glue/2017-03-31/paginators-1.json +69 -0
- data/apis/ssm/2014-11-06/api-2.json +727 -8
- data/apis/storagegateway/2013-06-30/api-2.json +2 -1
- data/endpoints.json +9 -0
- data/lib/aws-sdk-core.rb +3 -0
- data/lib/aws-sdk-core/cloudhsmv2.rb +6 -0
- data/lib/aws-sdk-core/efs.rb +1 -0
- data/lib/aws-sdk-core/glue.rb +6 -0
- data/lib/aws-sdk-core/migrationhub.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +12 -0
- metadata +15 -2
@@ -1211,7 +1211,8 @@
|
|
1211
1211
|
"type":"structure",
|
1212
1212
|
"required":["FileShareARN"],
|
1213
1213
|
"members":{
|
1214
|
-
"FileShareARN":{"shape":"FileShareARN"}
|
1214
|
+
"FileShareARN":{"shape":"FileShareARN"},
|
1215
|
+
"ForceDelete":{"shape":"boolean"}
|
1215
1216
|
}
|
1216
1217
|
},
|
1217
1218
|
"DeleteFileShareOutput":{
|
data/endpoints.json
CHANGED
@@ -240,6 +240,14 @@
|
|
240
240
|
"us-west-2" : { }
|
241
241
|
}
|
242
242
|
},
|
243
|
+
"cloudhsmv2" : {
|
244
|
+
"endpoints" : {
|
245
|
+
"eu-west-1" : { },
|
246
|
+
"us-east-1" : { },
|
247
|
+
"us-east-2" : { },
|
248
|
+
"us-west-2" : { }
|
249
|
+
}
|
250
|
+
},
|
243
251
|
"cloudsearch" : {
|
244
252
|
"endpoints" : {
|
245
253
|
"ap-northeast-1" : { },
|
@@ -621,6 +629,7 @@
|
|
621
629
|
"elasticfilesystem" : {
|
622
630
|
"endpoints" : {
|
623
631
|
"ap-southeast-2" : { },
|
632
|
+
"eu-central-1" : { },
|
624
633
|
"eu-west-1" : { },
|
625
634
|
"us-east-1" : { },
|
626
635
|
"us-east-2" : { },
|
data/lib/aws-sdk-core.rb
CHANGED
@@ -36,6 +36,7 @@ module Aws
|
|
36
36
|
CloudFormation
|
37
37
|
CloudFront
|
38
38
|
CloudHSM
|
39
|
+
CloudHSMV2
|
39
40
|
CloudSearch
|
40
41
|
CloudSearchDomain
|
41
42
|
CloudTrail
|
@@ -74,6 +75,7 @@ module Aws
|
|
74
75
|
Firehose
|
75
76
|
GameLift
|
76
77
|
Glacier
|
78
|
+
Glue
|
77
79
|
Greengrass
|
78
80
|
Health
|
79
81
|
IAM
|
@@ -94,6 +96,7 @@ module Aws
|
|
94
96
|
MarketplaceCommerceAnalytics
|
95
97
|
MarketplaceEntitlementService
|
96
98
|
MarketplaceMetering
|
99
|
+
MigrationHub
|
97
100
|
OpsWorks
|
98
101
|
OpsWorksCM
|
99
102
|
Organizations
|
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:CloudHSMV2, {
|
2
|
+
api: "#{Aws::API_DIR}/cloudhsmv2/2017-04-28/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/cloudhsmv2/2017-04-28/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/cloudhsmv2/2017-04-28/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/cloudhsmv2/2017-04-28/paginators-1.json",
|
6
|
+
})
|
data/lib/aws-sdk-core/efs.rb
CHANGED
@@ -2,4 +2,5 @@ Aws.add_service(:EFS, {
|
|
2
2
|
api: "#{Aws::API_DIR}/elasticfilesystem/2015-02-01/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/elasticfilesystem/2015-02-01/docs-2.json",
|
4
4
|
examples: "#{Aws::API_DIR}/elasticfilesystem/2015-02-01/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/elasticfilesystem/2015-02-01/paginators-1.json",
|
5
6
|
})
|
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:MigrationHub, {
|
2
|
+
api: "#{Aws::API_DIR}/AWSMigrationHub/2017-05-31/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/AWSMigrationHub/2017-05-31/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/AWSMigrationHub/2017-05-31/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/AWSMigrationHub/2017-05-31/paginators-1.json",
|
6
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
@@ -51,6 +51,10 @@
|
|
51
51
|
"models": "cloudhsm/2014-05-30",
|
52
52
|
"endpoint": "cloudhsm"
|
53
53
|
},
|
54
|
+
"CloudHSMV2": {
|
55
|
+
"models": "cloudhsmv2/2017-04-28",
|
56
|
+
"endpoint": "cloudhsmv2"
|
57
|
+
},
|
54
58
|
"CloudSearch": {
|
55
59
|
"models": "cloudsearch/2013-01-01",
|
56
60
|
"endpoint": "cloudsearch"
|
@@ -202,6 +206,10 @@
|
|
202
206
|
"models": "glacier/2012-06-01",
|
203
207
|
"endpoint": "glacier"
|
204
208
|
},
|
209
|
+
"Glue": {
|
210
|
+
"models": "glue/2017-03-31",
|
211
|
+
"endpoint": "glue"
|
212
|
+
},
|
205
213
|
"Greengrass": {
|
206
214
|
"models": "greengrass/2017-06-07",
|
207
215
|
"endpoint": "greengrass"
|
@@ -282,6 +290,10 @@
|
|
282
290
|
"models": "meteringmarketplace/2016-01-14",
|
283
291
|
"endpoint": "metering.marketplace"
|
284
292
|
},
|
293
|
+
"MigrationHub": {
|
294
|
+
"models": "AWSMigrationHub/2017-05-31",
|
295
|
+
"endpoint": "mgh"
|
296
|
+
},
|
285
297
|
"OpsWorks": {
|
286
298
|
"models": "opsworks/2013-02-18",
|
287
299
|
"endpoint": "opsworks"
|
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.10.
|
4
|
+
version: 2.10.26
|
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: 2017-08-
|
11
|
+
date: 2017-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -47,6 +47,9 @@ executables:
|
|
47
47
|
extensions: []
|
48
48
|
extra_rdoc_files: []
|
49
49
|
files:
|
50
|
+
- apis/AWSMigrationHub/2017-05-31/api-2.json
|
51
|
+
- apis/AWSMigrationHub/2017-05-31/examples-1.json
|
52
|
+
- apis/AWSMigrationHub/2017-05-31/paginators-1.json
|
50
53
|
- apis/acm/2015-12-08/api-2.json
|
51
54
|
- apis/acm/2015-12-08/examples-1.json
|
52
55
|
- apis/acm/2015-12-08/paginators-1.json
|
@@ -111,6 +114,9 @@ files:
|
|
111
114
|
- apis/cloudfront/2017-03-25/waiters-2.json
|
112
115
|
- apis/cloudhsm/2014-05-30/api-2.json
|
113
116
|
- apis/cloudhsm/2014-05-30/examples-1.json
|
117
|
+
- apis/cloudhsmv2/2017-04-28/api-2.json
|
118
|
+
- apis/cloudhsmv2/2017-04-28/examples-1.json
|
119
|
+
- apis/cloudhsmv2/2017-04-28/paginators-1.json
|
114
120
|
- apis/cloudsearch/2013-01-01/api-2.json
|
115
121
|
- apis/cloudsearch/2013-01-01/paginators-1.json
|
116
122
|
- apis/cloudsearchdomain/2013-01-01/api-2.json
|
@@ -212,6 +218,7 @@ files:
|
|
212
218
|
- apis/elasticbeanstalk/2010-12-01/paginators-1.json
|
213
219
|
- apis/elasticfilesystem/2015-02-01/api-2.json
|
214
220
|
- apis/elasticfilesystem/2015-02-01/examples-1.json
|
221
|
+
- apis/elasticfilesystem/2015-02-01/paginators-1.json
|
215
222
|
- apis/elasticloadbalancing/2012-06-01/api-2.json
|
216
223
|
- apis/elasticloadbalancing/2012-06-01/examples-1.json
|
217
224
|
- apis/elasticloadbalancing/2012-06-01/paginators-1.json
|
@@ -251,6 +258,9 @@ files:
|
|
251
258
|
- apis/glacier/2012-06-01/paginators-1.json
|
252
259
|
- apis/glacier/2012-06-01/resources-1.json
|
253
260
|
- apis/glacier/2012-06-01/waiters-2.json
|
261
|
+
- apis/glue/2017-03-31/api-2.json
|
262
|
+
- apis/glue/2017-03-31/examples-1.json
|
263
|
+
- apis/glue/2017-03-31/paginators-1.json
|
254
264
|
- apis/greengrass/2017-06-07/api-2.json
|
255
265
|
- apis/health/2016-08-04/api-2.json
|
256
266
|
- apis/health/2016-08-04/examples-1.json
|
@@ -464,6 +474,7 @@ files:
|
|
464
474
|
- lib/aws-sdk-core/cloudfront/signer.rb
|
465
475
|
- lib/aws-sdk-core/cloudfront/url_signer.rb
|
466
476
|
- lib/aws-sdk-core/cloudhsm.rb
|
477
|
+
- lib/aws-sdk-core/cloudhsmv2.rb
|
467
478
|
- lib/aws-sdk-core/cloudsearch.rb
|
468
479
|
- lib/aws-sdk-core/cloudsearchdomain.rb
|
469
480
|
- lib/aws-sdk-core/cloudtrail.rb
|
@@ -512,6 +523,7 @@ files:
|
|
512
523
|
- lib/aws-sdk-core/firehose.rb
|
513
524
|
- lib/aws-sdk-core/gamelift.rb
|
514
525
|
- lib/aws-sdk-core/glacier.rb
|
526
|
+
- lib/aws-sdk-core/glue.rb
|
515
527
|
- lib/aws-sdk-core/greengrass.rb
|
516
528
|
- lib/aws-sdk-core/health.rb
|
517
529
|
- lib/aws-sdk-core/iam.rb
|
@@ -544,6 +556,7 @@ files:
|
|
544
556
|
- lib/aws-sdk-core/marketplacecommerceanalytics.rb
|
545
557
|
- lib/aws-sdk-core/marketplaceentitlementservice.rb
|
546
558
|
- lib/aws-sdk-core/marketplacemetering.rb
|
559
|
+
- lib/aws-sdk-core/migrationhub.rb
|
547
560
|
- lib/aws-sdk-core/mturk.rb
|
548
561
|
- lib/aws-sdk-core/opsworks.rb
|
549
562
|
- lib/aws-sdk-core/opsworkscm.rb
|