aws-sdk-core 2.11.85 → 2.11.86
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/appstream/2016-12-01/api-2.json +14 -3
- data/apis/appstream/2016-12-01/examples-1.json +2 -2
- data/apis/appstream/2016-12-01/paginators-1.json +1 -1
- data/apis/codebuild/2016-10-06/api-2.json +3 -0
- data/apis/codebuild/2016-10-06/smoke.json +11 -0
- data/apis/ec2/2016-11-15/api-2.json +26 -2
- data/apis/glue/2017-03-31/api-2.json +15 -2
- data/apis/opsworks/2013-02-18/smoke.json +18 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24f61a3121054bdc4a9c3a4243ef08d783e19c58
|
|
4
|
+
data.tar.gz: 2e1c72f8a478a3fdf80aa8542e2079e3da49e6dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 885b4062b35f504bb094211f1636f1a3df2fd64596d651fddd7959bb2113b78211523d4a420b7054bb02b0bd269be06d168519a9ce6671d2351efb8ea64b9793
|
|
7
|
+
data.tar.gz: 189115b98bb1be11d365420f3763e5406beb26b92de33cc114fa1aa51e064851948cb596805f5324c41a465d68663407e033df8d9f186cc28d084beaae504cdf
|
|
@@ -835,16 +835,25 @@
|
|
|
835
835
|
"NextToken":{"shape":"String"}
|
|
836
836
|
}
|
|
837
837
|
},
|
|
838
|
+
"DescribeImagesMaxResults":{
|
|
839
|
+
"type":"integer",
|
|
840
|
+
"box":true,
|
|
841
|
+
"max":25,
|
|
842
|
+
"min":0
|
|
843
|
+
},
|
|
838
844
|
"DescribeImagesRequest":{
|
|
839
845
|
"type":"structure",
|
|
840
846
|
"members":{
|
|
841
|
-
"Names":{"shape":"StringList"}
|
|
847
|
+
"Names":{"shape":"StringList"},
|
|
848
|
+
"NextToken":{"shape":"String"},
|
|
849
|
+
"MaxResults":{"shape":"DescribeImagesMaxResults"}
|
|
842
850
|
}
|
|
843
851
|
},
|
|
844
852
|
"DescribeImagesResult":{
|
|
845
853
|
"type":"structure",
|
|
846
854
|
"members":{
|
|
847
|
-
"Images":{"shape":"ImageList"}
|
|
855
|
+
"Images":{"shape":"ImageList"},
|
|
856
|
+
"NextToken":{"shape":"String"}
|
|
848
857
|
}
|
|
849
858
|
},
|
|
850
859
|
"DescribeSessionsRequest":{
|
|
@@ -1408,6 +1417,7 @@
|
|
|
1408
1417
|
"STORAGE_CONNECTORS",
|
|
1409
1418
|
"STORAGE_CONNECTOR_HOMEFOLDERS",
|
|
1410
1419
|
"STORAGE_CONNECTOR_GOOGLE_DRIVE",
|
|
1420
|
+
"STORAGE_CONNECTOR_ONE_DRIVE",
|
|
1411
1421
|
"REDIRECT_URL",
|
|
1412
1422
|
"FEEDBACK_URL",
|
|
1413
1423
|
"THEME_NAME",
|
|
@@ -1508,7 +1518,8 @@
|
|
|
1508
1518
|
"type":"string",
|
|
1509
1519
|
"enum":[
|
|
1510
1520
|
"HOMEFOLDERS",
|
|
1511
|
-
"GOOGLE_DRIVE"
|
|
1521
|
+
"GOOGLE_DRIVE",
|
|
1522
|
+
"ONE_DRIVE"
|
|
1512
1523
|
]
|
|
1513
1524
|
},
|
|
1514
1525
|
"StreamingUrlUserId":{
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"jsonVersion":"1.1",
|
|
7
7
|
"protocol":"json",
|
|
8
8
|
"serviceFullName":"AWS CodeBuild",
|
|
9
|
+
"serviceId":"CodeBuild",
|
|
9
10
|
"signatureVersion":"v4",
|
|
10
11
|
"targetPrefix":"CodeBuild_20161006",
|
|
11
12
|
"uid":"codebuild-2016-10-06"
|
|
@@ -763,6 +764,7 @@
|
|
|
763
764
|
"gitCloneDepth":{"shape":"GitCloneDepth"},
|
|
764
765
|
"buildspec":{"shape":"String"},
|
|
765
766
|
"auth":{"shape":"SourceAuth"},
|
|
767
|
+
"reportBuildStatus":{"shape":"WrapperBoolean"},
|
|
766
768
|
"insecureSsl":{"shape":"WrapperBoolean"}
|
|
767
769
|
}
|
|
768
770
|
},
|
|
@@ -831,6 +833,7 @@
|
|
|
831
833
|
"gitCloneDepthOverride":{"shape":"GitCloneDepth"},
|
|
832
834
|
"buildspecOverride":{"shape":"String"},
|
|
833
835
|
"insecureSslOverride":{"shape":"WrapperBoolean"},
|
|
836
|
+
"reportBuildStatusOverride":{"shape":"WrapperBoolean"},
|
|
834
837
|
"environmentTypeOverride":{"shape":"EnvironmentType"},
|
|
835
838
|
"imageOverride":{"shape":"NonEmptyString"},
|
|
836
839
|
"computeTypeOverride":{"shape":"ComputeType"},
|
|
@@ -12146,6 +12146,26 @@
|
|
|
12146
12146
|
"locationName":"item"
|
|
12147
12147
|
}
|
|
12148
12148
|
},
|
|
12149
|
+
"LaunchTemplateCpuOptions":{
|
|
12150
|
+
"type":"structure",
|
|
12151
|
+
"members":{
|
|
12152
|
+
"CoreCount":{
|
|
12153
|
+
"shape":"Integer",
|
|
12154
|
+
"locationName":"coreCount"
|
|
12155
|
+
},
|
|
12156
|
+
"ThreadsPerCore":{
|
|
12157
|
+
"shape":"Integer",
|
|
12158
|
+
"locationName":"threadsPerCore"
|
|
12159
|
+
}
|
|
12160
|
+
}
|
|
12161
|
+
},
|
|
12162
|
+
"LaunchTemplateCpuOptionsRequest":{
|
|
12163
|
+
"type":"structure",
|
|
12164
|
+
"members":{
|
|
12165
|
+
"CoreCount":{"shape":"Integer"},
|
|
12166
|
+
"ThreadsPerCore":{"shape":"Integer"}
|
|
12167
|
+
}
|
|
12168
|
+
},
|
|
12149
12169
|
"LaunchTemplateEbsBlockDevice":{
|
|
12150
12170
|
"type":"structure",
|
|
12151
12171
|
"members":{
|
|
@@ -14217,7 +14237,6 @@
|
|
|
14217
14237
|
},
|
|
14218
14238
|
"PrivateIpAddressSpecification":{
|
|
14219
14239
|
"type":"structure",
|
|
14220
|
-
"required":["PrivateIpAddress"],
|
|
14221
14240
|
"members":{
|
|
14222
14241
|
"Primary":{
|
|
14223
14242
|
"shape":"Boolean",
|
|
@@ -15007,7 +15026,8 @@
|
|
|
15007
15026
|
"locationName":"SecurityGroup"
|
|
15008
15027
|
},
|
|
15009
15028
|
"InstanceMarketOptions":{"shape":"LaunchTemplateInstanceMarketOptionsRequest"},
|
|
15010
|
-
"CreditSpecification":{"shape":"CreditSpecificationRequest"}
|
|
15029
|
+
"CreditSpecification":{"shape":"CreditSpecificationRequest"},
|
|
15030
|
+
"CpuOptions":{"shape":"LaunchTemplateCpuOptionsRequest"}
|
|
15011
15031
|
}
|
|
15012
15032
|
},
|
|
15013
15033
|
"RequestSpotFleetRequest":{
|
|
@@ -15845,6 +15865,10 @@
|
|
|
15845
15865
|
"CreditSpecification":{
|
|
15846
15866
|
"shape":"CreditSpecification",
|
|
15847
15867
|
"locationName":"creditSpecification"
|
|
15868
|
+
},
|
|
15869
|
+
"CpuOptions":{
|
|
15870
|
+
"shape":"LaunchTemplateCpuOptions",
|
|
15871
|
+
"locationName":"cpuOptions"
|
|
15848
15872
|
}
|
|
15849
15873
|
}
|
|
15850
15874
|
},
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"jsonVersion":"1.1",
|
|
7
7
|
"protocol":"json",
|
|
8
8
|
"serviceFullName":"AWS Glue",
|
|
9
|
+
"serviceId":"Glue",
|
|
9
10
|
"signatureVersion":"v4",
|
|
10
11
|
"targetPrefix":"AWSGlue",
|
|
11
12
|
"uid":"glue-2017-03-31"
|
|
@@ -1709,7 +1710,8 @@
|
|
|
1709
1710
|
"type":"structure",
|
|
1710
1711
|
"members":{
|
|
1711
1712
|
"S3Targets":{"shape":"S3TargetList"},
|
|
1712
|
-
"JdbcTargets":{"shape":"JdbcTargetList"}
|
|
1713
|
+
"JdbcTargets":{"shape":"JdbcTargetList"},
|
|
1714
|
+
"DynamoDBTargets":{"shape":"DynamoDBTargetList"}
|
|
1713
1715
|
}
|
|
1714
1716
|
},
|
|
1715
1717
|
"CreateClassifierRequest":{
|
|
@@ -2231,6 +2233,16 @@
|
|
|
2231
2233
|
"type":"list",
|
|
2232
2234
|
"member":{"shape":"DevEndpoint"}
|
|
2233
2235
|
},
|
|
2236
|
+
"DynamoDBTarget":{
|
|
2237
|
+
"type":"structure",
|
|
2238
|
+
"members":{
|
|
2239
|
+
"Path":{"shape":"Path"}
|
|
2240
|
+
}
|
|
2241
|
+
},
|
|
2242
|
+
"DynamoDBTargetList":{
|
|
2243
|
+
"type":"list",
|
|
2244
|
+
"member":{"shape":"DynamoDBTarget"}
|
|
2245
|
+
},
|
|
2234
2246
|
"EntityNotFoundException":{
|
|
2235
2247
|
"type":"structure",
|
|
2236
2248
|
"members":{
|
|
@@ -2979,7 +2991,8 @@
|
|
|
2979
2991
|
"type":"structure",
|
|
2980
2992
|
"members":{
|
|
2981
2993
|
"Jdbc":{"shape":"CodeGenNodeArgs"},
|
|
2982
|
-
"S3":{"shape":"CodeGenNodeArgs"}
|
|
2994
|
+
"S3":{"shape":"CodeGenNodeArgs"},
|
|
2995
|
+
"DynamoDB":{"shape":"CodeGenNodeArgs"}
|
|
2983
2996
|
}
|
|
2984
2997
|
},
|
|
2985
2998
|
"LocationMap":{
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"defaultRegion": "us-west-2",
|
|
4
|
+
"testCases": [
|
|
5
|
+
{
|
|
6
|
+
"operationName": "DescribeStacks",
|
|
7
|
+
"input": {},
|
|
8
|
+
"errorExpectedFromService": false
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"operationName": "DescribeLayers",
|
|
12
|
+
"input": {
|
|
13
|
+
"StackId": "fake_stack"
|
|
14
|
+
},
|
|
15
|
+
"errorExpectedFromService": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.86
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -159,6 +159,7 @@ files:
|
|
|
159
159
|
- apis/codebuild/2016-10-06/api-2.json
|
|
160
160
|
- apis/codebuild/2016-10-06/examples-1.json
|
|
161
161
|
- apis/codebuild/2016-10-06/paginators-1.json
|
|
162
|
+
- apis/codebuild/2016-10-06/smoke.json
|
|
162
163
|
- apis/codecommit/2015-04-13/api-2.json
|
|
163
164
|
- apis/codecommit/2015-04-13/examples-1.json
|
|
164
165
|
- apis/codecommit/2015-04-13/paginators-1.json
|
|
@@ -419,6 +420,7 @@ files:
|
|
|
419
420
|
- apis/opsworks/2013-02-18/examples-1.json
|
|
420
421
|
- apis/opsworks/2013-02-18/paginators-1.json
|
|
421
422
|
- apis/opsworks/2013-02-18/resources-1.json
|
|
423
|
+
- apis/opsworks/2013-02-18/smoke.json
|
|
422
424
|
- apis/opsworks/2013-02-18/waiters-2.json
|
|
423
425
|
- apis/opsworkscm/2016-11-01/api-2.json
|
|
424
426
|
- apis/opsworkscm/2016-11-01/examples-1.json
|