Skip to content

Commit f882ffa

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 6d549a5 commit f882ffa

File tree

4 files changed

+580
-255
lines changed

4 files changed

+580
-255
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5693,7 +5693,7 @@
56935693
"type": "integer",
56945694
"traits": {
56955695
"smithy.api#range": {
5696-
"min": 0,
5696+
"min": 1,
56975697
"max": 25
56985698
}
56995699
}
@@ -5794,7 +5794,7 @@
57945794
"traits": {
57955795
"smithy.api#length": {
57965796
"min": 1,
5797-
"max": 2
5797+
"max": 3
57985798
}
57995799
}
58005800
},
@@ -7131,7 +7131,7 @@
71317131
"type": "integer",
71327132
"traits": {
71337133
"smithy.api#range": {
7134-
"min": 0,
7134+
"min": 1,
71357135
"max": 300
71367136
}
71377137
}

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11853,7 +11853,7 @@
1185311853
"Types": {
1185411854
"target": "com.amazonaws.cloudformation#ResourceTypeFilters",
1185511855
"traits": {
11856-
"smithy.api#documentation": "<p>An array of strings where each string represents an Amazon Web Services resource type you want to scan.\n Each string defines the resource type using the format\n <code>AWS::ServiceName::ResourceType</code>, for example, <code>AWS::DynamoDB::Table</code>. For\n the full list of supported resource types, see the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html\">Resource type\n support</a> table in the <i>CloudFormation User Guide</i>.</p>\n <p>To scan all resource types within a service, you can use a wildcard, represented by an\n asterisk (<code>*</code>). You can place a asterisk at only the end of the string, for example,\n <code>AWS::S3::*</code>.</p>"
11856+
"smithy.api#documentation": "<p>An array of strings where each string represents an Amazon Web Services resource type you want to scan.\n Each string defines the resource type using the format\n <code>AWS::ServiceName::ResourceType</code>, for example, <code>AWS::DynamoDB::Table</code>. For\n the full list of supported resource types, see the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html\">Resource type\n support</a> table in the <i>CloudFormation User Guide</i>.</p>\n <p>To scan all resource types within a service, you can use a wildcard, represented by an\n asterisk (<code>*</code>). You can place an asterisk at only the end of the string, for example,\n <code>AWS::S3::*</code>.</p>"
1185711857
}
1185811858
}
1185911859
},
@@ -16731,6 +16731,12 @@
1673116731
"traits": {
1673216732
"smithy.api#enumValue": "MUTUALLY_EXCLUSIVE_TYPES"
1673316733
}
16734+
},
16735+
"EXCLUDED_PROPERTIES": {
16736+
"target": "smithy.api#Unit",
16737+
"traits": {
16738+
"smithy.api#enumValue": "EXCLUDED_PROPERTIES"
16739+
}
1673416740
}
1673516741
}
1673616742
},

0 commit comments

Comments
 (0)