aws-sdk-core 2.11.449 → 2.11.450

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: 871d6bcb2851d8314687cc6975b7e3c96e690a1e
4
- data.tar.gz: d2bc7fecb1ae111ebe4197f249253aa9d3d2e54d
3
+ metadata.gz: 1439f242656b12fff36923e77b15cc6295bd3338
4
+ data.tar.gz: '0683db4d8c3797dc1be1bbb20cec3a288bf94ab4'
5
5
  SHA512:
6
- metadata.gz: 82e07ac8186faa64869648a1f3fb46b068e3c4a704c944dd9ad2e12cc5628f3ef702c6011f4ffb4e5c1cd34c7b17a7b79d855f285f731ff7f69f33b8f85ab783
7
- data.tar.gz: 9e94a8d84d9616b1e239e4bec36779f2d1b520f709b96ab96703d6294cc47bbdc387179dcb2a30e45fedce0a598cb048eea260ebec664dd09aade75498d19268
6
+ metadata.gz: bbe81f7303b07e00f3e3f68bf2cac90db01ab0601ce2b80a385acfd22ac108dc8bb671a2e8806e6ea32fd68da73385ae3ca40b175ea79a03027fd1d35813bca4
7
+ data.tar.gz: 732d22a553c49087bbcad00307afc0dfd7411ea5f2c0ed23661708187ca1c79c94ee8d94e8e70d8431cec6d7762c3d48dba99f89b167cd1b07b71f5f4a4c15d2
@@ -1378,7 +1378,7 @@
1378
1378
  "type":"structure",
1379
1379
  "members":{
1380
1380
  "requestId":{"shape":"NonEmptyString"},
1381
- "policy":{"shape":"NonEmptyString"}
1381
+ "policy":{"shape":"ResourcePolicyDocument"}
1382
1382
  }
1383
1383
  },
1384
1384
  "GetComponentRequest":{
@@ -1450,7 +1450,7 @@
1450
1450
  "type":"structure",
1451
1451
  "members":{
1452
1452
  "requestId":{"shape":"NonEmptyString"},
1453
- "policy":{"shape":"NonEmptyString"}
1453
+ "policy":{"shape":"ResourcePolicyDocument"}
1454
1454
  }
1455
1455
  },
1456
1456
  "GetImageRecipePolicyRequest":{
@@ -1468,7 +1468,7 @@
1468
1468
  "type":"structure",
1469
1469
  "members":{
1470
1470
  "requestId":{"shape":"NonEmptyString"},
1471
- "policy":{"shape":"NonEmptyString"}
1471
+ "policy":{"shape":"ResourcePolicyDocument"}
1472
1472
  }
1473
1473
  },
1474
1474
  "GetImageRecipeRequest":{
@@ -2099,7 +2099,7 @@
2099
2099
  ],
2100
2100
  "members":{
2101
2101
  "componentArn":{"shape":"ComponentBuildVersionArn"},
2102
- "policy":{"shape":"NonEmptyString"}
2102
+ "policy":{"shape":"ResourcePolicyDocument"}
2103
2103
  }
2104
2104
  },
2105
2105
  "PutComponentPolicyResponse":{
@@ -2117,7 +2117,7 @@
2117
2117
  ],
2118
2118
  "members":{
2119
2119
  "imageArn":{"shape":"ImageBuildVersionArn"},
2120
- "policy":{"shape":"NonEmptyString"}
2120
+ "policy":{"shape":"ResourcePolicyDocument"}
2121
2121
  }
2122
2122
  },
2123
2123
  "PutImagePolicyResponse":{
@@ -2135,7 +2135,7 @@
2135
2135
  ],
2136
2136
  "members":{
2137
2137
  "imageRecipeArn":{"shape":"ImageRecipeArn"},
2138
- "policy":{"shape":"NonEmptyString"}
2138
+ "policy":{"shape":"ResourcePolicyDocument"}
2139
2139
  }
2140
2140
  },
2141
2141
  "PutImageRecipePolicyResponse":{
@@ -2181,6 +2181,11 @@
2181
2181
  "error":{"httpStatusCode":404},
2182
2182
  "exception":true
2183
2183
  },
2184
+ "ResourcePolicyDocument":{
2185
+ "type":"string",
2186
+ "max":30000,
2187
+ "min":1
2188
+ },
2184
2189
  "RestrictedInteger":{
2185
2190
  "type":"integer",
2186
2191
  "max":25,
@@ -1542,7 +1542,8 @@
1542
1542
  "type":"string",
1543
1543
  "enum":[
1544
1544
  "restore-cluster",
1545
- "recommend-node-config"
1545
+ "recommend-node-config",
1546
+ "resize-cluster"
1546
1547
  ]
1547
1548
  },
1548
1549
  "AssociatedClusterList":{
@@ -4236,10 +4237,7 @@
4236
4237
  },
4237
4238
  "ResizeClusterMessage":{
4238
4239
  "type":"structure",
4239
- "required":[
4240
- "ClusterIdentifier",
4241
- "NumberOfNodes"
4242
- ],
4240
+ "required":["ClusterIdentifier"],
4243
4241
  "members":{
4244
4242
  "ClusterIdentifier":{"shape":"String"},
4245
4243
  "ClusterType":{"shape":"String"},
@@ -42,7 +42,8 @@
42
42
  {"shape":"WAFNonexistentItemException"},
43
43
  {"shape":"WAFLimitsExceededException"},
44
44
  {"shape":"WAFInvalidResourceException"},
45
- {"shape":"WAFUnavailableEntityException"}
45
+ {"shape":"WAFUnavailableEntityException"},
46
+ {"shape":"WAFSubscriptionNotFoundException"}
46
47
  ]
47
48
  },
48
49
  "CreateIPSet":{
@@ -97,7 +98,8 @@
97
98
  {"shape":"WAFLimitsExceededException"},
98
99
  {"shape":"WAFUnavailableEntityException"},
99
100
  {"shape":"WAFTagOperationException"},
100
- {"shape":"WAFTagOperationInternalErrorException"}
101
+ {"shape":"WAFTagOperationInternalErrorException"},
102
+ {"shape":"WAFSubscriptionNotFoundException"}
101
103
  ]
102
104
  },
103
105
  "CreateWebACL":{
@@ -118,7 +120,8 @@
118
120
  {"shape":"WAFUnavailableEntityException"},
119
121
  {"shape":"WAFNonexistentItemException"},
120
122
  {"shape":"WAFTagOperationException"},
121
- {"shape":"WAFTagOperationInternalErrorException"}
123
+ {"shape":"WAFTagOperationInternalErrorException"},
124
+ {"shape":"WAFSubscriptionNotFoundException"}
122
125
  ]
123
126
  },
124
127
  "DeleteIPSet":{
@@ -134,6 +137,7 @@
134
137
  {"shape":"WAFInvalidParameterException"},
135
138
  {"shape":"WAFNonexistentItemException"},
136
139
  {"shape":"WAFOptimisticLockException"},
140
+ {"shape":"WAFAssociatedItemException"},
137
141
  {"shape":"WAFTagOperationException"},
138
142
  {"shape":"WAFTagOperationInternalErrorException"}
139
143
  ]
@@ -165,6 +169,7 @@
165
169
  {"shape":"WAFInvalidParameterException"},
166
170
  {"shape":"WAFNonexistentItemException"},
167
171
  {"shape":"WAFOptimisticLockException"},
172
+ {"shape":"WAFAssociatedItemException"},
168
173
  {"shape":"WAFTagOperationException"},
169
174
  {"shape":"WAFTagOperationInternalErrorException"}
170
175
  ]
@@ -182,6 +187,7 @@
182
187
  {"shape":"WAFInvalidParameterException"},
183
188
  {"shape":"WAFNonexistentItemException"},
184
189
  {"shape":"WAFOptimisticLockException"},
190
+ {"shape":"WAFAssociatedItemException"},
185
191
  {"shape":"WAFTagOperationException"},
186
192
  {"shape":"WAFTagOperationInternalErrorException"}
187
193
  ]
@@ -551,7 +557,8 @@
551
557
  {"shape":"WAFDuplicateItemException"},
552
558
  {"shape":"WAFOptimisticLockException"},
553
559
  {"shape":"WAFLimitsExceededException"},
554
- {"shape":"WAFUnavailableEntityException"}
560
+ {"shape":"WAFUnavailableEntityException"},
561
+ {"shape":"WAFSubscriptionNotFoundException"}
555
562
  ]
556
563
  },
557
564
  "UpdateWebACL":{
@@ -570,7 +577,8 @@
570
577
  {"shape":"WAFOptimisticLockException"},
571
578
  {"shape":"WAFLimitsExceededException"},
572
579
  {"shape":"WAFInvalidResourceException"},
573
- {"shape":"WAFUnavailableEntityException"}
580
+ {"shape":"WAFUnavailableEntityException"},
581
+ {"shape":"WAFSubscriptionNotFoundException"}
574
582
  ]
575
583
  }
576
584
  },
@@ -1718,7 +1726,8 @@
1718
1726
  "RESOURCE_ARN",
1719
1727
  "RESOURCE_TYPE",
1720
1728
  "TAGS",
1721
- "TAG_KEYS"
1729
+ "TAG_KEYS",
1730
+ "METRIC_NAME"
1722
1731
  ]
1723
1732
  },
1724
1733
  "ParameterExceptionParameter":{
@@ -2347,6 +2356,13 @@
2347
2356
  },
2348
2357
  "exception":true
2349
2358
  },
2359
+ "WAFSubscriptionNotFoundException":{
2360
+ "type":"structure",
2361
+ "members":{
2362
+ "Message":{"shape":"ErrorMessage"}
2363
+ },
2364
+ "exception":true
2365
+ },
2350
2366
  "WAFTagOperationException":{
2351
2367
  "type":"structure",
2352
2368
  "members":{
@@ -5,6 +5,7 @@
5
5
  {
6
6
  "operationName": "ListWebACLs",
7
7
  "input": {
8
+ "Scope": "REGIONAL",
8
9
  "Limit": 20
9
10
  },
10
11
  "errorExpectedFromService": false
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.449'
2
+ VERSION = '2.11.450'
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.449
4
+ version: 2.11.450
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: 2020-02-20 00:00:00.000000000 Z
11
+ date: 2020-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath