aws-sdk-core 2.10.56 → 2.10.57

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: 07f2657362263ebc82a0482261df926b7a4d08aa
4
- data.tar.gz: 9c29b6a5516d91b7222a9427bc17f79378d80143
3
+ metadata.gz: 0de50eac55777eb95f9a168ef90ed312c3322c3f
4
+ data.tar.gz: 6e6684b5355e51b1b22bf53a2ca3c2dc400217a4
5
5
  SHA512:
6
- metadata.gz: f3eda42142944548fe9b36d615eb4eaf7fd3e2b234bd6a5026233c6313595f11a2a8c9882f291d1cab16127fa5b63c2c76671567fa87e076a1d24d9d9e6fa32f
7
- data.tar.gz: 8e3c7f04dc2f1f37ce5ea371737f3c1e25012ce3ec3b9610b4cbcb234eb4d8ea5197d79f2986308339d9f57dd0a981174b6704ca084bed497be4a5328be63a46
6
+ metadata.gz: 92c54a9e1371b810beaf0c10e0d1652a89c1e13c7ca876976c535a8ec1ab91e53c8734db0acb34cc30747c51460df0b387a6859b5bce7d0d654776df024c362b
7
+ data.tar.gz: 1b575b8af8837d2b8d7dd1dbd12cf2ce7a8f208c494b46743ebc2d6201690d2d3cb490dc767535d4236829cee9a9d6a1e56f6e653f75f4126fb040424769a967
@@ -12102,7 +12102,10 @@
12102
12102
  },
12103
12103
  "PurchaseSet":{
12104
12104
  "type":"list",
12105
- "member":{"shape":"Purchase"}
12105
+ "member":{
12106
+ "shape":"Purchase",
12107
+ "locationName":"item"
12108
+ }
12106
12109
  },
12107
12110
  "PurchasedScheduledInstanceSet":{
12108
12111
  "type":"list",
@@ -15193,6 +15196,13 @@
15193
15196
  "ALL"
15194
15197
  ]
15195
15198
  },
15199
+ "TunnelOptionsList":{
15200
+ "type":"list",
15201
+ "member":{
15202
+ "shape":"VpnTunnelOptionsSpecification",
15203
+ "locationName":"item"
15204
+ }
15205
+ },
15196
15206
  "UnassignIpv6AddressesRequest":{
15197
15207
  "type":"structure",
15198
15208
  "required":[
@@ -16193,6 +16203,10 @@
16193
16203
  "shape":"String",
16194
16204
  "locationName":"customerGatewayId"
16195
16205
  },
16206
+ "Category":{
16207
+ "shape":"String",
16208
+ "locationName":"category"
16209
+ },
16196
16210
  "State":{
16197
16211
  "shape":"VpnState",
16198
16212
  "locationName":"state"
@@ -16256,7 +16270,8 @@
16256
16270
  "StaticRoutesOnly":{
16257
16271
  "shape":"Boolean",
16258
16272
  "locationName":"staticRoutesOnly"
16259
- }
16273
+ },
16274
+ "TunnelOptions":{"shape":"TunnelOptionsList"}
16260
16275
  }
16261
16276
  },
16262
16277
  "VpnGateway":{
@@ -16339,6 +16354,13 @@
16339
16354
  "type":"string",
16340
16355
  "enum":["Static"]
16341
16356
  },
16357
+ "VpnTunnelOptionsSpecification":{
16358
+ "type":"structure",
16359
+ "members":{
16360
+ "TunnelInsideCidr":{"shape":"String"},
16361
+ "PreSharedKey":{"shape":"String"}
16362
+ }
16363
+ },
16342
16364
  "ZoneNameStringList":{
16343
16365
  "type":"list",
16344
16366
  "member":{
@@ -390,6 +390,12 @@
390
390
  "argument": "SpotInstanceRequests[].Status.Code",
391
391
  "expected": "fulfilled"
392
392
  },
393
+ {
394
+ "state": "success",
395
+ "matcher": "pathAll",
396
+ "argument": "SpotInstanceRequests[].Status.Code",
397
+ "expected": "request-canceled-and-instance-running"
398
+ },
393
399
  {
394
400
  "state": "failure",
395
401
  "matcher": "pathAny",
@@ -3064,7 +3064,8 @@
3064
3064
  "DocumentType":{"shape":"DocumentType"},
3065
3065
  "SchemaVersion":{"shape":"DocumentSchemaVersion"},
3066
3066
  "LatestVersion":{"shape":"DocumentVersion"},
3067
- "DefaultVersion":{"shape":"DocumentVersion"}
3067
+ "DefaultVersion":{"shape":"DocumentVersion"},
3068
+ "Tags":{"shape":"TagList"}
3068
3069
  }
3069
3070
  },
3070
3071
  "DocumentFilter":{
@@ -3118,7 +3119,8 @@
3118
3119
  "PlatformTypes":{"shape":"PlatformTypeList"},
3119
3120
  "DocumentVersion":{"shape":"DocumentVersion"},
3120
3121
  "DocumentType":{"shape":"DocumentType"},
3121
- "SchemaVersion":{"shape":"DocumentSchemaVersion"}
3122
+ "SchemaVersion":{"shape":"DocumentSchemaVersion"},
3123
+ "Tags":{"shape":"TagList"}
3122
3124
  }
3123
3125
  },
3124
3126
  "DocumentIdentifierList":{
@@ -3128,6 +3130,33 @@
3128
3130
  "locationName":"DocumentIdentifier"
3129
3131
  }
3130
3132
  },
3133
+ "DocumentKeyValuesFilter":{
3134
+ "type":"structure",
3135
+ "members":{
3136
+ "Key":{"shape":"DocumentKeyValuesFilterKey"},
3137
+ "Values":{"shape":"DocumentKeyValuesFilterValues"}
3138
+ }
3139
+ },
3140
+ "DocumentKeyValuesFilterKey":{
3141
+ "type":"string",
3142
+ "max":128,
3143
+ "min":1
3144
+ },
3145
+ "DocumentKeyValuesFilterList":{
3146
+ "type":"list",
3147
+ "member":{"shape":"DocumentKeyValuesFilter"},
3148
+ "max":5,
3149
+ "min":0
3150
+ },
3151
+ "DocumentKeyValuesFilterValue":{
3152
+ "type":"string",
3153
+ "max":256,
3154
+ "min":1
3155
+ },
3156
+ "DocumentKeyValuesFilterValues":{
3157
+ "type":"list",
3158
+ "member":{"shape":"DocumentKeyValuesFilterValue"}
3159
+ },
3131
3160
  "DocumentLimitExceeded":{
3132
3161
  "type":"structure",
3133
3162
  "members":{
@@ -4631,6 +4660,7 @@
4631
4660
  "type":"structure",
4632
4661
  "members":{
4633
4662
  "DocumentFilterList":{"shape":"DocumentFilterList"},
4663
+ "Filters":{"shape":"DocumentKeyValuesFilterList"},
4634
4664
  "MaxResults":{
4635
4665
  "shape":"MaxResults",
4636
4666
  "box":true
@@ -6010,9 +6040,11 @@
6010
6040
  "ResourceTypeForTagging":{
6011
6041
  "type":"string",
6012
6042
  "enum":[
6043
+ "Document",
6013
6044
  "ManagedInstance",
6014
6045
  "MaintenanceWindow",
6015
- "Parameter"
6046
+ "Parameter",
6047
+ "PatchBaseline"
6016
6048
  ]
6017
6049
  },
6018
6050
  "ResponseCode":{"type":"integer"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.56'
2
+ VERSION = '2.10.57'
3
3
  end
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.56
4
+ version: 2.10.57
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-10-02 00:00:00.000000000 Z
11
+ date: 2017-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath