Skip to content

Commit

Permalink
Amazon Elastic Compute Cloud Update: Added idempotency to CreateNetwo…
Browse files Browse the repository at this point in the history
…rkInterface using the ClientToken parameter.
  • Loading branch information
AWS committed Jun 1, 2021
1 parent 7d8d4b3 commit a4c4b1d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "Added idempotency to CreateNetworkInterface using the ClientToken parameter."
}
10 changes: 10 additions & 0 deletions services/ec2/src/main/resources/codegen-resources/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10012,6 +10012,11 @@
"shape":"TagSpecificationList",
"documentation":"<p>The tags to apply to the new network interface.</p>",
"locationName":"TagSpecification"
},
"ClientToken":{
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
"idempotencyToken":true
}
},
"documentation":"<p>Contains the parameters for CreateNetworkInterface.</p>"
Expand All @@ -10023,6 +10028,11 @@
"shape":"NetworkInterface",
"documentation":"<p>Information about the network interface.</p>",
"locationName":"networkInterface"
},
"ClientToken":{
"shape":"String",
"documentation":"<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
"locationName":"clientToken"
}
},
"documentation":"<p>Contains the output of CreateNetworkInterface.</p>"
Expand Down

0 comments on commit a4c4b1d

Please sign in to comment.