aws-sdk 2.1119.0 → 2.1122.0

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/README.md +1 -1
  3. package/apis/cloudfront-2020-05-31.min.json +42 -28
  4. package/apis/connect-2017-08-08.min.json +133 -9
  5. package/apis/connect-2017-08-08.paginators.json +9 -0
  6. package/apis/ec2-2016-11-15.min.json +14 -11
  7. package/apis/ec2-2016-11-15.waiters2.json +18 -0
  8. package/apis/ivschat-2020-07-14.examples.json +5 -0
  9. package/apis/ivschat-2020-07-14.min.json +443 -0
  10. package/apis/ivschat-2020-07-14.paginators.json +9 -0
  11. package/apis/lightsail-2016-11-28.min.json +55 -17
  12. package/apis/metadata.json +3 -0
  13. package/apis/mq-2017-11-27.min.json +22 -7
  14. package/apis/network-firewall-2020-11-12.min.json +107 -52
  15. package/apis/rds-data-2018-08-01.min.json +4 -1
  16. package/apis/sagemaker-2017-07-24.min.json +447 -434
  17. package/apis/securityhub-2018-10-26.min.json +20 -18
  18. package/clients/all.d.ts +1 -0
  19. package/clients/all.js +2 -1
  20. package/clients/cloudfront.d.ts +15 -0
  21. package/clients/connect.d.ts +176 -9
  22. package/clients/ec2.d.ts +23 -14
  23. package/clients/eventbridge.js +1 -0
  24. package/clients/gamelift.d.ts +67 -67
  25. package/clients/glue.d.ts +79 -10
  26. package/clients/ivschat.d.ts +523 -0
  27. package/clients/ivschat.js +18 -0
  28. package/clients/lightsail.d.ts +113 -42
  29. package/clients/mq.d.ts +16 -1
  30. package/clients/networkfirewall.d.ts +103 -21
  31. package/clients/pricing.d.ts +3 -3
  32. package/clients/rdsdataservice.d.ts +22 -7
  33. package/clients/sagemaker.d.ts +24 -0
  34. package/clients/securityhub.d.ts +13 -4
  35. package/dist/aws-sdk-core-react-native.js +2 -2
  36. package/dist/aws-sdk-react-native.js +822 -754
  37. package/dist/aws-sdk.js +228 -52
  38. package/dist/aws-sdk.min.js +83 -83
  39. package/lib/config_service_placeholders.d.ts +2 -0
  40. package/lib/core.js +1 -1
  41. package/lib/services/eventbridge.js +19 -0
  42. package/lib/services/s3util.js +6 -1
  43. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,26 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1119.0-->
2
+ <!--LATEST=2.1122.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1122.0
6
+ * feature: CloudFront: CloudFront now supports the Server-Timing header in HTTP responses sent from CloudFront. You can use this header to view metrics that help you gain insights about the behavior and performance of CloudFront. To use this header, enable it in a response headers policy.
7
+ * feature: EventBridge: Throw runtime error when unsupported parameter EndpointId is supplied with PutEvents API
8
+ * feature: Ivschat: Adds new APIs for IVS Chat, a feature for building interactive chat experiences alongside an IVS broadcast.
9
+ * feature: Lightsail: This release adds support for Lightsail load balancer HTTP to HTTPS redirect and TLS policy configuration.
10
+ * feature: NetworkFirewall: AWS Network Firewall now enables customers to use a customer managed AWS KMS key for the encryption of their firewall resources.
11
+ * feature: S3: Add error message to try v3 SDK when customer uses multi-regional ARN in s3
12
+ * feature: SageMaker: SageMaker Inference Recommender now accepts customer KMS key ID for encryption of endpoints and compilation outputs created during inference recommendation.
13
+
14
+ ## 2.1121.0
15
+ * feature: Connect: This release adds SearchUsers API which can be used to search for users with a Connect Instance
16
+ * feature: MQ: This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue.
17
+ * feature: RDSDataService: Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries.
18
+ * feature: SecurityHub: Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.
19
+
20
+ ## 2.1120.0
21
+ * feature: ChimeSDKMeetings: Include additional exceptions types.
22
+ * feature: EC2: Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.
23
+
5
24
  ## 2.1119.0
6
25
  * feature: Glue: This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
7
26
  * feature: IoTSiteWise: This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1119.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1122.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -582,7 +582,7 @@
582
582
  "type": "structure",
583
583
  "members": {
584
584
  "ResponseHeadersPolicy": {
585
- "shape": "S5w"
585
+ "shape": "S5y"
586
586
  },
587
587
  "Location": {
588
588
  "location": "header",
@@ -608,7 +608,7 @@
608
608
  ],
609
609
  "members": {
610
610
  "StreamingDistributionConfig": {
611
- "shape": "S5y",
611
+ "shape": "S60",
612
612
  "locationName": "StreamingDistributionConfig",
613
613
  "xmlNamespace": {
614
614
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -621,7 +621,7 @@
621
621
  "type": "structure",
622
622
  "members": {
623
623
  "StreamingDistribution": {
624
- "shape": "S62"
624
+ "shape": "S64"
625
625
  },
626
626
  "Location": {
627
627
  "location": "header",
@@ -658,7 +658,7 @@
658
658
  ],
659
659
  "members": {
660
660
  "StreamingDistributionConfig": {
661
- "shape": "S5y"
661
+ "shape": "S60"
662
662
  },
663
663
  "Tags": {
664
664
  "shape": "S35"
@@ -672,7 +672,7 @@
672
672
  "type": "structure",
673
673
  "members": {
674
674
  "StreamingDistribution": {
675
- "shape": "S62"
675
+ "shape": "S64"
676
676
  },
677
677
  "Location": {
678
678
  "location": "header",
@@ -1653,7 +1653,7 @@
1653
1653
  "type": "structure",
1654
1654
  "members": {
1655
1655
  "ResponseHeadersPolicy": {
1656
- "shape": "S5w"
1656
+ "shape": "S5y"
1657
1657
  },
1658
1658
  "ETag": {
1659
1659
  "location": "header",
@@ -1715,7 +1715,7 @@
1715
1715
  "type": "structure",
1716
1716
  "members": {
1717
1717
  "StreamingDistribution": {
1718
- "shape": "S62"
1718
+ "shape": "S64"
1719
1719
  },
1720
1720
  "ETag": {
1721
1721
  "location": "header",
@@ -1746,7 +1746,7 @@
1746
1746
  "type": "structure",
1747
1747
  "members": {
1748
1748
  "StreamingDistributionConfig": {
1749
- "shape": "S5y"
1749
+ "shape": "S60"
1750
1750
  },
1751
1751
  "ETag": {
1752
1752
  "location": "header",
@@ -1967,7 +1967,7 @@
1967
1967
  "type": "structure",
1968
1968
  "members": {
1969
1969
  "DistributionList": {
1970
- "shape": "S8j"
1970
+ "shape": "S8l"
1971
1971
  }
1972
1972
  },
1973
1973
  "payload": "DistributionList"
@@ -2002,7 +2002,7 @@
2002
2002
  "type": "structure",
2003
2003
  "members": {
2004
2004
  "DistributionIdList": {
2005
- "shape": "S8o"
2005
+ "shape": "S8q"
2006
2006
  }
2007
2007
  },
2008
2008
  "payload": "DistributionIdList"
@@ -2037,7 +2037,7 @@
2037
2037
  "type": "structure",
2038
2038
  "members": {
2039
2039
  "DistributionIdList": {
2040
- "shape": "S8o"
2040
+ "shape": "S8q"
2041
2041
  }
2042
2042
  },
2043
2043
  "payload": "DistributionIdList"
@@ -2072,7 +2072,7 @@
2072
2072
  "type": "structure",
2073
2073
  "members": {
2074
2074
  "DistributionIdList": {
2075
- "shape": "S8o"
2075
+ "shape": "S8q"
2076
2076
  }
2077
2077
  },
2078
2078
  "payload": "DistributionIdList"
@@ -2099,7 +2099,7 @@
2099
2099
  "type": "structure",
2100
2100
  "members": {
2101
2101
  "DistributionList": {
2102
- "shape": "S8j"
2102
+ "shape": "S8l"
2103
2103
  }
2104
2104
  },
2105
2105
  "payload": "DistributionList"
@@ -2134,7 +2134,7 @@
2134
2134
  "type": "structure",
2135
2135
  "members": {
2136
2136
  "DistributionIdList": {
2137
- "shape": "S8o"
2137
+ "shape": "S8q"
2138
2138
  }
2139
2139
  },
2140
2140
  "payload": "DistributionIdList"
@@ -2169,7 +2169,7 @@
2169
2169
  "type": "structure",
2170
2170
  "members": {
2171
2171
  "DistributionList": {
2172
- "shape": "S8j"
2172
+ "shape": "S8l"
2173
2173
  }
2174
2174
  },
2175
2175
  "payload": "DistributionList"
@@ -2711,7 +2711,7 @@
2711
2711
  "members": {
2712
2712
  "Type": {},
2713
2713
  "ResponseHeadersPolicy": {
2714
- "shape": "S5w"
2714
+ "shape": "S5y"
2715
2715
  }
2716
2716
  }
2717
2717
  }
@@ -2790,7 +2790,7 @@
2790
2790
  },
2791
2791
  "DomainName": {},
2792
2792
  "S3Origin": {
2793
- "shape": "S5z"
2793
+ "shape": "S61"
2794
2794
  },
2795
2795
  "Aliases": {
2796
2796
  "shape": "Su"
@@ -3461,7 +3461,7 @@
3461
3461
  "type": "structure",
3462
3462
  "members": {
3463
3463
  "ResponseHeadersPolicy": {
3464
- "shape": "S5w"
3464
+ "shape": "S5y"
3465
3465
  },
3466
3466
  "ETag": {
3467
3467
  "location": "header",
@@ -3484,7 +3484,7 @@
3484
3484
  ],
3485
3485
  "members": {
3486
3486
  "StreamingDistributionConfig": {
3487
- "shape": "S5y",
3487
+ "shape": "S60",
3488
3488
  "locationName": "StreamingDistributionConfig",
3489
3489
  "xmlNamespace": {
3490
3490
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -3505,7 +3505,7 @@
3505
3505
  "type": "structure",
3506
3506
  "members": {
3507
3507
  "StreamingDistribution": {
3508
- "shape": "S62"
3508
+ "shape": "S64"
3509
3509
  },
3510
3510
  "ETag": {
3511
3511
  "location": "header",
@@ -5187,10 +5187,24 @@
5187
5187
  }
5188
5188
  }
5189
5189
  }
5190
+ },
5191
+ "ServerTimingHeadersConfig": {
5192
+ "type": "structure",
5193
+ "required": [
5194
+ "Enabled"
5195
+ ],
5196
+ "members": {
5197
+ "Enabled": {
5198
+ "type": "boolean"
5199
+ },
5200
+ "SamplingRate": {
5201
+ "type": "double"
5202
+ }
5203
+ }
5190
5204
  }
5191
5205
  }
5192
5206
  },
5193
- "S5w": {
5207
+ "S5y": {
5194
5208
  "type": "structure",
5195
5209
  "required": [
5196
5210
  "Id",
@@ -5207,7 +5221,7 @@
5207
5221
  }
5208
5222
  }
5209
5223
  },
5210
- "S5y": {
5224
+ "S60": {
5211
5225
  "type": "structure",
5212
5226
  "required": [
5213
5227
  "CallerReference",
@@ -5219,7 +5233,7 @@
5219
5233
  "members": {
5220
5234
  "CallerReference": {},
5221
5235
  "S3Origin": {
5222
- "shape": "S5z"
5236
+ "shape": "S61"
5223
5237
  },
5224
5238
  "Aliases": {
5225
5239
  "shape": "Su"
@@ -5249,7 +5263,7 @@
5249
5263
  }
5250
5264
  }
5251
5265
  },
5252
- "S5z": {
5266
+ "S61": {
5253
5267
  "type": "structure",
5254
5268
  "required": [
5255
5269
  "DomainName",
@@ -5260,7 +5274,7 @@
5260
5274
  "OriginAccessIdentity": {}
5261
5275
  }
5262
5276
  },
5263
- "S62": {
5277
+ "S64": {
5264
5278
  "type": "structure",
5265
5279
  "required": [
5266
5280
  "Id",
@@ -5282,11 +5296,11 @@
5282
5296
  "shape": "S2s"
5283
5297
  },
5284
5298
  "StreamingDistributionConfig": {
5285
- "shape": "S5y"
5299
+ "shape": "S60"
5286
5300
  }
5287
5301
  }
5288
5302
  },
5289
- "S8j": {
5303
+ "S8l": {
5290
5304
  "type": "structure",
5291
5305
  "required": [
5292
5306
  "Marker",
@@ -5381,7 +5395,7 @@
5381
5395
  }
5382
5396
  }
5383
5397
  },
5384
- "S8o": {
5398
+ "S8q": {
5385
5399
  "type": "structure",
5386
5400
  "required": [
5387
5401
  "Marker",
@@ -3732,6 +3732,85 @@
3732
3732
  }
3733
3733
  }
3734
3734
  },
3735
+ "SearchUsers": {
3736
+ "http": {
3737
+ "requestUri": "/search-users"
3738
+ },
3739
+ "input": {
3740
+ "type": "structure",
3741
+ "members": {
3742
+ "InstanceId": {},
3743
+ "NextToken": {},
3744
+ "MaxResults": {
3745
+ "type": "integer"
3746
+ },
3747
+ "SearchFilter": {
3748
+ "type": "structure",
3749
+ "members": {
3750
+ "TagFilter": {
3751
+ "type": "structure",
3752
+ "members": {
3753
+ "OrConditions": {
3754
+ "type": "list",
3755
+ "member": {
3756
+ "shape": "Scj"
3757
+ }
3758
+ },
3759
+ "AndConditions": {
3760
+ "shape": "Scj"
3761
+ },
3762
+ "TagCondition": {
3763
+ "shape": "Sck"
3764
+ }
3765
+ }
3766
+ }
3767
+ }
3768
+ },
3769
+ "SearchCriteria": {
3770
+ "shape": "Scl"
3771
+ }
3772
+ }
3773
+ },
3774
+ "output": {
3775
+ "type": "structure",
3776
+ "members": {
3777
+ "Users": {
3778
+ "type": "list",
3779
+ "member": {
3780
+ "type": "structure",
3781
+ "members": {
3782
+ "Arn": {},
3783
+ "DirectoryUserId": {},
3784
+ "HierarchyGroupId": {},
3785
+ "Id": {},
3786
+ "IdentityInfo": {
3787
+ "type": "structure",
3788
+ "members": {
3789
+ "FirstName": {},
3790
+ "LastName": {}
3791
+ }
3792
+ },
3793
+ "PhoneConfig": {
3794
+ "shape": "S42"
3795
+ },
3796
+ "RoutingProfileId": {},
3797
+ "SecurityProfileIds": {
3798
+ "shape": "S47"
3799
+ },
3800
+ "Tags": {
3801
+ "shape": "S1j"
3802
+ },
3803
+ "Username": {}
3804
+ }
3805
+ }
3806
+ },
3807
+ "NextToken": {},
3808
+ "ApproximateTotalCount": {
3809
+ "type": "long"
3810
+ }
3811
+ }
3812
+ }
3813
+ },
3735
3814
  "SearchVocabularies": {
3736
3815
  "http": {
3737
3816
  "requestUri": "/vocabulary-summary/{InstanceId}"
@@ -3981,7 +4060,7 @@
3981
4060
  },
3982
4061
  "Name": {},
3983
4062
  "References": {
3984
- "shape": "Sda"
4063
+ "shape": "Sds"
3985
4064
  },
3986
4065
  "Description": {},
3987
4066
  "ClientToken": {
@@ -4184,7 +4263,7 @@
4184
4263
  "Name": {},
4185
4264
  "Description": {},
4186
4265
  "References": {
4187
- "shape": "Sda"
4266
+ "shape": "Sds"
4188
4267
  }
4189
4268
  }
4190
4269
  },
@@ -4845,19 +4924,19 @@
4845
4924
  "type": "structure",
4846
4925
  "members": {
4847
4926
  "LevelOne": {
4848
- "shape": "Seq"
4927
+ "shape": "Sf8"
4849
4928
  },
4850
4929
  "LevelTwo": {
4851
- "shape": "Seq"
4930
+ "shape": "Sf8"
4852
4931
  },
4853
4932
  "LevelThree": {
4854
- "shape": "Seq"
4933
+ "shape": "Sf8"
4855
4934
  },
4856
4935
  "LevelFour": {
4857
- "shape": "Seq"
4936
+ "shape": "Sf8"
4858
4937
  },
4859
4938
  "LevelFive": {
4860
- "shape": "Seq"
4939
+ "shape": "Sf8"
4861
4940
  }
4862
4941
  }
4863
4942
  },
@@ -5338,7 +5417,52 @@
5338
5417
  }
5339
5418
  }
5340
5419
  },
5341
- "Sda": {
5420
+ "Scj": {
5421
+ "type": "list",
5422
+ "member": {
5423
+ "shape": "Sck"
5424
+ }
5425
+ },
5426
+ "Sck": {
5427
+ "type": "structure",
5428
+ "members": {
5429
+ "TagKey": {},
5430
+ "TagValue": {}
5431
+ }
5432
+ },
5433
+ "Scl": {
5434
+ "type": "structure",
5435
+ "members": {
5436
+ "OrConditions": {
5437
+ "shape": "Scm"
5438
+ },
5439
+ "AndConditions": {
5440
+ "shape": "Scm"
5441
+ },
5442
+ "StringCondition": {
5443
+ "type": "structure",
5444
+ "members": {
5445
+ "FieldName": {},
5446
+ "Value": {},
5447
+ "ComparisonType": {}
5448
+ }
5449
+ },
5450
+ "HierarchyGroupCondition": {
5451
+ "type": "structure",
5452
+ "members": {
5453
+ "Value": {},
5454
+ "HierarchyGroupMatchType": {}
5455
+ }
5456
+ }
5457
+ }
5458
+ },
5459
+ "Scm": {
5460
+ "type": "list",
5461
+ "member": {
5462
+ "shape": "Scl"
5463
+ }
5464
+ },
5465
+ "Sds": {
5342
5466
  "type": "map",
5343
5467
  "key": {},
5344
5468
  "value": {
@@ -5353,7 +5477,7 @@
5353
5477
  }
5354
5478
  }
5355
5479
  },
5356
- "Seq": {
5480
+ "Sf8": {
5357
5481
  "type": "structure",
5358
5482
  "required": [
5359
5483
  "Name"
@@ -183,6 +183,15 @@
183
183
  "output_token": "NextToken",
184
184
  "result_key": "AvailableNumbersList"
185
185
  },
186
+ "SearchUsers": {
187
+ "input_token": "NextToken",
188
+ "limit_key": "MaxResults",
189
+ "non_aggregate_keys": [
190
+ "ApproximateTotalCount"
191
+ ],
192
+ "output_token": "NextToken",
193
+ "result_key": "Users"
194
+ },
186
195
  "SearchVocabularies": {
187
196
  "input_token": "NextToken",
188
197
  "limit_key": "MaxResults",
@@ -20925,7 +20925,10 @@
20925
20925
  "locationName": "SecurityGroup"
20926
20926
  },
20927
20927
  "SubnetId": {},
20928
- "UserData": {},
20928
+ "UserData": {
20929
+ "type": "string",
20930
+ "sensitive": true
20931
+ },
20929
20932
  "AdditionalInfo": {
20930
20933
  "locationName": "additionalInfo"
20931
20934
  },
@@ -21190,7 +21193,7 @@
21190
21193
  "type": "integer"
21191
21194
  },
21192
21195
  "Groups": {
21193
- "shape": "S20o",
21196
+ "shape": "S20p",
21194
21197
  "locationName": "Group"
21195
21198
  },
21196
21199
  "Ipv6AddressCount": {
@@ -21239,7 +21242,7 @@
21239
21242
  },
21240
21243
  "RamdiskId": {},
21241
21244
  "SecurityGroupIds": {
21242
- "shape": "S20o",
21245
+ "shape": "S20p",
21243
21246
  "locationName": "SecurityGroupId"
21244
21247
  },
21245
21248
  "SubnetId": {},
@@ -21449,7 +21452,7 @@
21449
21452
  "type": "structure",
21450
21453
  "members": {
21451
21454
  "StartingInstances": {
21452
- "shape": "S21c",
21455
+ "shape": "S21d",
21453
21456
  "locationName": "instancesSet"
21454
21457
  }
21455
21458
  }
@@ -21572,7 +21575,7 @@
21572
21575
  "type": "structure",
21573
21576
  "members": {
21574
21577
  "StoppingInstances": {
21575
- "shape": "S21c",
21578
+ "shape": "S21d",
21576
21579
  "locationName": "instancesSet"
21577
21580
  }
21578
21581
  }
@@ -21647,7 +21650,7 @@
21647
21650
  "type": "structure",
21648
21651
  "members": {
21649
21652
  "TerminatingInstances": {
21650
- "shape": "S21c",
21653
+ "shape": "S21d",
21651
21654
  "locationName": "instancesSet"
21652
21655
  }
21653
21656
  }
@@ -21751,7 +21754,7 @@
21751
21754
  "shape": "S58"
21752
21755
  },
21753
21756
  "SecurityGroupRuleDescriptions": {
21754
- "shape": "S21y",
21757
+ "shape": "S21z",
21755
21758
  "locationName": "SecurityGroupRuleDescription"
21756
21759
  }
21757
21760
  }
@@ -21779,7 +21782,7 @@
21779
21782
  "shape": "S58"
21780
21783
  },
21781
21784
  "SecurityGroupRuleDescriptions": {
21782
- "shape": "S21y",
21785
+ "shape": "S21z",
21783
21786
  "locationName": "SecurityGroupRuleDescription"
21784
21787
  }
21785
21788
  }
@@ -30289,13 +30292,13 @@
30289
30292
  }
30290
30293
  }
30291
30294
  },
30292
- "S20o": {
30295
+ "S20p": {
30293
30296
  "type": "list",
30294
30297
  "member": {
30295
30298
  "locationName": "SecurityGroupId"
30296
30299
  }
30297
30300
  },
30298
- "S21c": {
30301
+ "S21d": {
30299
30302
  "type": "list",
30300
30303
  "member": {
30301
30304
  "locationName": "item",
@@ -30315,7 +30318,7 @@
30315
30318
  }
30316
30319
  }
30317
30320
  },
30318
- "S21y": {
30321
+ "S21z": {
30319
30322
  "type": "list",
30320
30323
  "member": {
30321
30324
  "locationName": "item",
@@ -353,6 +353,24 @@
353
353
  }
354
354
  ]
355
355
  },
356
+ "NatGatewayDeleted": {
357
+ "operation": "DescribeNatGateways",
358
+ "delay": 15,
359
+ "maxAttempts": 40,
360
+ "acceptors": [
361
+ {
362
+ "state": "success",
363
+ "matcher": "pathAll",
364
+ "argument": "NatGateways[].State",
365
+ "expected": "deleted"
366
+ },
367
+ {
368
+ "state": "success",
369
+ "matcher": "error",
370
+ "expected": "NatGatewayNotFound"
371
+ }
372
+ ]
373
+ },
356
374
  "NetworkInterfaceAvailable": {
357
375
  "operation": "DescribeNetworkInterfaces",
358
376
  "delay": 20,
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }