aws-sdk-core 2.11.103 → 2.11.104

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9230bff2c99e4e1faa090d93ab7d422bc9ba4d89
4
- data.tar.gz: 57c8c4abc9fb122ff9084af03ccdb1ef0fae3619
3
+ metadata.gz: e56806a4dd875035ba4e3a0d9297df614f1daa52
4
+ data.tar.gz: c867f87159b408dd0b4532f7cd6bfdf46ed81f9e
5
5
  SHA512:
6
- metadata.gz: 23813d7741416274c1d2f7453aa7d271952fc763cb421ee378991145dec1bc46017a9f1078869227dd38e98000f5f57516b1994e9acdae17b6ad23af6c417feb
7
- data.tar.gz: b1d4e40ebb7ea286751f989f36214219a18de6ca6a1c361e38166dce3db245119cffe7aa48911d582309be248443e5c3071d4c292e8b25794c76d91fb9fbf911
6
+ metadata.gz: f43d121d5d8db72cb62ac40e7a176987aed1a5fcc5cf58eae3c2c1da744eb332e86392bddfa986b97a628dc6e39f1bef91b88a946df48fbafdaed8272ba58ba4
7
+ data.tar.gz: cb07cbdc9105ba2ded14a5285b919ffcb39419c355d030158e0895ccf799fc423b39acbd5b51029fae1f1faa574b893c63c091ad4e7ee183546966d81b8c09f1
@@ -372,6 +372,10 @@
372
372
  "RecoveryWindowInDays":{
373
373
  "shape":"RecoveryWindowInDaysType",
374
374
  "box":true
375
+ },
376
+ "ForceDeleteWithoutRecovery":{
377
+ "shape":"BooleanType",
378
+ "box":true
375
379
  }
376
380
  }
377
381
  },
@@ -1962,6 +1962,7 @@
1962
1962
  "CurrentAction":{"shape":"String"},
1963
1963
  "TargetParameterName":{"shape":"AutomationParameterKey"},
1964
1964
  "Targets":{"shape":"Targets"},
1965
+ "TargetMaps":{"shape":"TargetMaps"},
1965
1966
  "ResolvedTargets":{"shape":"ResolvedTargets"},
1966
1967
  "MaxConcurrency":{"shape":"MaxConcurrency"},
1967
1968
  "MaxErrors":{"shape":"MaxErrors"},
@@ -2039,6 +2040,7 @@
2039
2040
  "FailureMessage":{"shape":"String"},
2040
2041
  "TargetParameterName":{"shape":"AutomationParameterKey"},
2041
2042
  "Targets":{"shape":"Targets"},
2043
+ "TargetMaps":{"shape":"TargetMaps"},
2042
2044
  "ResolvedTargets":{"shape":"ResolvedTargets"},
2043
2045
  "MaxConcurrency":{"shape":"MaxConcurrency"},
2044
2046
  "MaxErrors":{"shape":"MaxErrors"},
@@ -2194,20 +2196,17 @@
2194
2196
  "enum":[
2195
2197
  "InvokedAfter",
2196
2198
  "InvokedBefore",
2197
- "Status",
2198
- "ExecutionStage",
2199
- "DocumentName"
2199
+ "Status"
2200
2200
  ]
2201
2201
  },
2202
2202
  "CommandFilterList":{
2203
2203
  "type":"list",
2204
2204
  "member":{"shape":"CommandFilter"},
2205
- "max":5,
2205
+ "max":3,
2206
2206
  "min":1
2207
2207
  },
2208
2208
  "CommandFilterValue":{
2209
2209
  "type":"string",
2210
- "max":128,
2211
2210
  "min":1
2212
2211
  },
2213
2212
  "CommandId":{
@@ -6840,6 +6839,7 @@
6840
6839
  "Mode":{"shape":"ExecutionMode"},
6841
6840
  "TargetParameterName":{"shape":"AutomationParameterKey"},
6842
6841
  "Targets":{"shape":"Targets"},
6842
+ "TargetMaps":{"shape":"TargetMaps"},
6843
6843
  "MaxConcurrency":{"shape":"MaxConcurrency"},
6844
6844
  "MaxErrors":{"shape":"MaxErrors"}
6845
6845
  }
@@ -7038,6 +7038,35 @@
7038
7038
  "min":1,
7039
7039
  "pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$"
7040
7040
  },
7041
+ "TargetMap":{
7042
+ "type":"map",
7043
+ "key":{"shape":"TargetMapKey"},
7044
+ "value":{"shape":"TargetMapValueList"},
7045
+ "max":20,
7046
+ "min":1
7047
+ },
7048
+ "TargetMapKey":{
7049
+ "type":"string",
7050
+ "max":50,
7051
+ "min":1
7052
+ },
7053
+ "TargetMapValue":{
7054
+ "type":"string",
7055
+ "max":50,
7056
+ "min":1
7057
+ },
7058
+ "TargetMapValueList":{
7059
+ "type":"list",
7060
+ "member":{"shape":"TargetMapValue"},
7061
+ "max":25,
7062
+ "min":0
7063
+ },
7064
+ "TargetMaps":{
7065
+ "type":"list",
7066
+ "member":{"shape":"TargetMap"},
7067
+ "max":300,
7068
+ "min":0
7069
+ },
7041
7070
  "TargetParameterList":{
7042
7071
  "type":"list",
7043
7072
  "member":{"shape":"ParameterValue"}
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.103'
2
+ VERSION = '2.11.104'
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.11.103
4
+ version: 2.11.104
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-08-07 00:00:00.000000000 Z
11
+ date: 2018-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath