Skip to content

Commit 3df0b0e

Browse files
Updated API models and rebuilt service gems.
1 parent e9a7dc7 commit 3df0b0e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1615
-633
lines changed

apis/ec2/2016-11-15/api-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38333,6 +38333,10 @@
3833338333
"shape":"ArnList",
3833438334
"locationName":"filterInArnSet"
3833538335
},
38336+
"FilterOutArns":{
38337+
"shape":"ArnList",
38338+
"locationName":"filterOutArnSet"
38339+
},
3833638340
"StartDate":{
3833738341
"shape":"MillisecondDateTime",
3833838342
"locationName":"startDate"
@@ -46466,6 +46470,10 @@
4646646470
"shape":"ArnList",
4646746471
"locationName":"FilterInArn"
4646846472
},
46473+
"FilterOutArns":{
46474+
"shape":"ArnList",
46475+
"locationName":"FilterOutArn"
46476+
},
4646946477
"DryRun":{"shape":"Boolean"},
4647046478
"TagSpecifications":{
4647146479
"shape":"TagSpecificationList",

apis/ec2/2016-11-15/docs-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,9 @@
13701370
"base": null,
13711371
"refs": {
13721372
"NetworkInsightsAnalysis$FilterInArns": "<p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>",
1373-
"StartNetworkInsightsAnalysisRequest$FilterInArns": "<p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>"
1373+
"NetworkInsightsAnalysis$FilterOutArns": "<p>The Amazon Resource Names (ARN) of the resources that the path must ignore.</p>",
1374+
"StartNetworkInsightsAnalysisRequest$FilterInArns": "<p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>",
1375+
"StartNetworkInsightsAnalysisRequest$FilterOutArns": "<p>The Amazon Resource Names (ARN) of the resources that the path will ignore.</p>"
13741376
}
13751377
},
13761378
"AsPath": {

apis/imagebuilder/2019-12-02/api-2.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4718,8 +4718,7 @@
47184718
},
47194719
"TagResourceResponse":{
47204720
"type":"structure",
4721-
"members":{
4722-
}
4721+
"members":{}
47234722
},
47244723
"TagValue":{
47254724
"type":"string",
@@ -4776,8 +4775,7 @@
47764775
},
47774776
"UntagResourceResponse":{
47784777
"type":"structure",
4779-
"members":{
4780-
}
4778+
"members":{}
47814779
},
47824780
"UpdateDistributionConfigurationRequest":{
47834781
"type":"structure",

0 commit comments

Comments
 (0)