Skip to content

Commit 5ca8b7a

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent a7d3990 commit 5ca8b7a

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

codegen/sdk-codegen/aws-models/api-gateway.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9865,7 +9865,7 @@
98659865
"insecureSkipVerification": {
98669866
"target": "com.amazonaws.apigateway#Boolean",
98679867
"traits": {
9868-
"smithy.api#documentation": "<p>Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is\n issued by a supported certificate authority. This isn’t recommended, but it enables you to\n use certificates that are signed by private certificate authorities, or certificates\n that are self-signed. If enabled, API Gateway still performs basic certificate\n validation, which includes checking the certificate's expiration date, hostname, and\n presence of a root certificate authority. Supported only for <code>HTTP</code> and\n <code>HTTP_PROXY</code> integrations.</p>"
9868+
"smithy.api#documentation": "<p>Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is\n issued by a supported certificate authority. This isn’t recommended, but it enables you to\n use certificates that are signed by private certificate authorities, or certificates\n that are self-signed. If enabled, API Gateway still performs basic certificate\n validation, which includes checking the certificate's expiration date, hostname, and\n presence of a root certificate authority. Supported only for <code>HTTP</code> and\n <code>HTTP_PROXY</code> integrations.</p>\n <important>\n <p>Enabling <code>insecureSkipVerification</code> isn't recommended, especially for integrations with public\n HTTPS endpoints. If you enable <code>insecureSkipVerification</code>, you increase the risk of man-in-the-middle attacks.</p>\n </important>"
98699869
}
98709870
}
98719871
},

codegen/sdk-codegen/aws-models/pricing.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"name": "pricing"
4444
},
4545
"aws.protocols#awsJson1_1": {},
46-
"smithy.api#documentation": "<p>Amazon Web Services Price List Service API (Amazon Web Services Price List Service) is a centralized and convenient way to\n programmatically query Amazon Web Services for services, products, and pricing information. The Amazon Web Services Price List Service\n uses standardized product attributes such as <code>Location</code>, <code>Storage\n Class</code>, and <code>Operating System</code>, and provides prices at the SKU\n level. You can use the Amazon Web Services Price List Service to build cost control and scenario planning tools, reconcile\n billing data, forecast future spend for budgeting purposes, and provide cost benefit\n analysis that compare your internal workloads with Amazon Web Services.</p>\n <p>Use <code>GetServices</code> without a service code to retrieve the service codes for all AWS services, then \n <code>GetServices</code> with a service code to retrieve the attribute names for \n that service. After you have the service code and attribute names, you can use <code>GetAttributeValues</code>\n to see what values are available for an attribute. With the service code and an attribute name and value, \n you can use <code>GetProducts</code> to find specific products that you're interested in, such as \n an <code>AmazonEC2</code> instance, with a <code>Provisioned IOPS</code> \n <code>volumeType</code>.</p>\n <p>Service Endpoint</p>\n <p>Amazon Web Services Price List Service API provides the following two endpoints:</p>\n <ul>\n <li>\n <p>https://api.pricing.us-east-1.amazonaws.com</p>\n </li>\n <li>\n <p>https://api.pricing.ap-south-1.amazonaws.com</p>\n </li>\n </ul>",
46+
"smithy.api#documentation": "<p>Amazon Web Services Price List API is a centralized and convenient way to\n programmatically query Amazon Web Services for services, products, and pricing information. The Amazon Web Services Price List\n uses standardized product attributes such as <code>Location</code>, <code>Storage\n Class</code>, and <code>Operating System</code>, and provides prices at the SKU\n level. You can use the Amazon Web Services Price List to build cost control and scenario planning tools, reconcile\n billing data, forecast future spend for budgeting purposes, and provide cost benefit\n analysis that compare your internal workloads with Amazon Web Services.</p>\n <p>Use <code>GetServices</code> without a service code to retrieve the service codes for all AWS services, then \n <code>GetServices</code> with a service code to retrieve the attribute names for \n that service. After you have the service code and attribute names, you can use <code>GetAttributeValues</code>\n to see what values are available for an attribute. With the service code and an attribute name and value, \n you can use <code>GetProducts</code> to find specific products that you're interested in, such as \n an <code>AmazonEC2</code> instance, with a <code>Provisioned IOPS</code> \n <code>volumeType</code>.</p>\n <p>Service Endpoint</p>\n <p>Amazon Web Services Price List service API provides the following two endpoints:</p>\n <ul>\n <li>\n <p>https://api.pricing.us-east-1.amazonaws.com</p>\n </li>\n <li>\n <p>https://api.pricing.ap-south-1.amazonaws.com</p>\n </li>\n </ul>",
4747
"smithy.api#title": "AWS Price List Service"
4848
},
4949
"version": "2017-10-15",
@@ -266,7 +266,7 @@
266266
}
267267
],
268268
"traits": {
269-
"smithy.api#documentation": "<p>Returns a list of attribute values. Attributes are similar to the details \n in a Price List API offer file. For a list of available attributes, see \n <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/reading-an-offer.html#pps-defs\">Offer File Definitions</a>\n in the <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-what-is.html\">Amazon Web Services Billing and Cost Management User Guide</a>.</p>",
269+
"smithy.api#documentation": "<p>Returns a list of attribute values. Attributes are similar to the details \n in a Price List API offer file. For a list of available attributes, see \n <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/reading-an-offer.html#pps-defs\">Offer File Definitions</a>\n in the <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-what-is.html\">Billing and Cost Management User Guide</a>.</p>",
270270
"smithy.api#paginated": {
271271
"inputToken": "NextToken",
272272
"outputToken": "NextToken",
@@ -363,7 +363,8 @@
363363
"ServiceCode": {
364364
"target": "com.amazonaws.pricing#String",
365365
"traits": {
366-
"smithy.api#documentation": "<p>The code for the service whose products you want to retrieve. </p>"
366+
"smithy.api#documentation": "<p>The code for the service whose products you want to retrieve. </p>",
367+
"smithy.api#required": {}
367368
}
368369
},
369370
"Filters": {
@@ -480,7 +481,8 @@
480481
"ServiceCode": {
481482
"target": "com.amazonaws.pricing#String",
482483
"traits": {
483-
"smithy.api#documentation": "<p>The code for the Amazon Web Services service.</p>"
484+
"smithy.api#documentation": "<p>The code for the Amazon Web Services service.</p>",
485+
"smithy.api#required": {}
484486
}
485487
},
486488
"AttributeNames": {

0 commit comments

Comments
 (0)