Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 26, 2023
1 parent def1175 commit 01077b0
Show file tree
Hide file tree
Showing 9 changed files with 1,514 additions and 108 deletions.
810 changes: 786 additions & 24 deletions codegen/sdk-codegen/aws-models/appintegrations.json

Large diffs are not rendered by default.

34 changes: 25 additions & 9 deletions codegen/sdk-codegen/aws-models/apprunner.json

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions codegen/sdk-codegen/aws-models/codedeploy.json

Large diffs are not rendered by default.

196 changes: 189 additions & 7 deletions codegen/sdk-codegen/aws-models/connect.json

Large diffs are not rendered by default.

98 changes: 97 additions & 1 deletion codegen/sdk-codegen/aws-models/dynamodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -5246,6 +5246,18 @@
"traits": {
"smithy.api#documentation": "<p>The number of items exported.</p>"
}
},
"ExportType": {
"target": "com.amazonaws.dynamodb#ExportType",
"traits": {
"smithy.api#documentation": "<p>Choice of whether to execute as a full export or incremental export. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>. If <code>INCREMENTAL_EXPORT</code> is provided, the <code>IncrementalExportSpecification</code> must also be used.</p>"
}
},
"IncrementalExportSpecification": {
"target": "com.amazonaws.dynamodb#IncrementalExportSpecification",
"traits": {
"smithy.api#documentation": "<p>Optional object containing the parameters specific to an incremental export.</p>"
}
}
},
"traits": {
Expand All @@ -5272,6 +5284,9 @@
}
}
},
"com.amazonaws.dynamodb#ExportFromTime": {
"type": "timestamp"
},
"com.amazonaws.dynamodb#ExportManifest": {
"type": "string"
},
Expand Down Expand Up @@ -5336,6 +5351,12 @@
"traits": {
"smithy.api#documentation": "<p>Export can be in one of the following states: IN_PROGRESS, COMPLETED, or\n FAILED.</p>"
}
},
"ExportType": {
"target": "com.amazonaws.dynamodb#ExportType",
"traits": {
"smithy.api#documentation": "<p>Choice of whether to execute as a full export or incremental export. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>. If <code>INCREMENTAL_EXPORT</code> is provided, the <code>IncrementalExportSpecification</code> must also be used.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -5433,6 +5454,18 @@
"traits": {
"smithy.api#documentation": "<p>The format for the exported data. Valid values for <code>ExportFormat</code> are\n <code>DYNAMODB_JSON</code> or <code>ION</code>.</p>"
}
},
"ExportType": {
"target": "com.amazonaws.dynamodb#ExportType",
"traits": {
"smithy.api#documentation": "<p>Choice of whether to execute as a full export or incremental export. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>. If <code>INCREMENTAL_EXPORT</code> is provided, the <code>IncrementalExportSpecification</code> must also be used.</p>"
}
},
"IncrementalExportSpecification": {
"target": "com.amazonaws.dynamodb#IncrementalExportSpecification",
"traits": {
"smithy.api#documentation": "<p>Optional object containing the parameters specific to an incremental export.</p>"
}
}
},
"traits": {
Expand All @@ -5456,6 +5489,43 @@
"com.amazonaws.dynamodb#ExportTime": {
"type": "timestamp"
},
"com.amazonaws.dynamodb#ExportToTime": {
"type": "timestamp"
},
"com.amazonaws.dynamodb#ExportType": {
"type": "enum",
"members": {
"FULL_EXPORT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "FULL_EXPORT"
}
},
"INCREMENTAL_EXPORT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INCREMENTAL_EXPORT"
}
}
}
},
"com.amazonaws.dynamodb#ExportViewType": {
"type": "enum",
"members": {
"NEW_IMAGE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "NEW_IMAGE"
}
},
"NEW_AND_OLD_IMAGES": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "NEW_AND_OLD_IMAGES"
}
}
}
},
"com.amazonaws.dynamodb#ExpressionAttributeNameMap": {
"type": "map",
"key": {
Expand Down Expand Up @@ -6426,6 +6496,32 @@
}
}
},
"com.amazonaws.dynamodb#IncrementalExportSpecification": {
"type": "structure",
"members": {
"ExportFromTime": {
"target": "com.amazonaws.dynamodb#ExportFromTime",
"traits": {
"smithy.api#documentation": "<p>Time in the past which provides the inclusive start range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state including and after this point in time.</p>"
}
},
"ExportToTime": {
"target": "com.amazonaws.dynamodb#ExportToTime",
"traits": {
"smithy.api#documentation": "<p>Time in the past which provides the exclusive end range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state just prior to this point in time. If this is not provided, the latest time with data available will be used.</p>"
}
},
"ExportViewType": {
"target": "com.amazonaws.dynamodb#ExportViewType",
"traits": {
"smithy.api#documentation": "<p>Choice of whether to output the previous item image prior to the start time of the incremental export. Valid values are <code>NEW_AND_OLD_IMAGES</code> and <code>NEW_IMAGES</code>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Optional object containing the parameters specific to an incremental export.</p>"
}
},
"com.amazonaws.dynamodb#IndexName": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -6961,7 +7057,7 @@
"aws.api#clientDiscoveredEndpoint": {
"required": false
},
"smithy.api#documentation": "<p>List backups associated with an Amazon Web Services account. To list backups for a\n given table, specify <code>TableName</code>. <code>ListBackups</code> returns a\n paginated list of results with at most 1 MB worth of items in a page. You can also\n specify a maximum number of entries to be returned in a page.</p>\n <p>In the request, start time is inclusive, but end time is exclusive. Note that these\n boundaries are for the time at which the original backup was requested.</p>\n <p>You can call <code>ListBackups</code> a maximum of five times per second.</p>"
"smithy.api#documentation": "<p>List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup. \n To list these backups for a given table, specify <code>TableName</code>. <code>ListBackups</code> returns a\n paginated list of results with at most 1 MB worth of items in a page. You can also\n specify a maximum number of entries to be returned in a page.</p>\n <p>In the request, start time is inclusive, but end time is exclusive. Note that these\n boundaries are for the time at which the original backup was requested.</p>\n <p>You can call <code>ListBackups</code> a maximum of five times per second.</p>\n <p>If you want to retrieve the complete list of backups made with Amazon Web Services Backup, use the \n <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_ListBackupJobs.html\">Amazon Web Services Backup list API.</a>\n </p>"
}
},
"com.amazonaws.dynamodb#ListBackupsInput": {
Expand Down
22 changes: 20 additions & 2 deletions codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14233,7 +14233,7 @@
"type": "structure",
"members": {
"AvailabilityZone": {
"target": "com.amazonaws.ec2#String",
"target": "com.amazonaws.ec2#AvailabilityZoneName",
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#documentation": "<p>The Availability Zone in which to create the default subnet.</p>",
Expand Down Expand Up @@ -20187,6 +20187,14 @@
"smithy.api#default": false,
"smithy.api#documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, \n and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. \n Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
}
},
"FIPSEnabled": {
"target": "com.amazonaws.ec2#Boolean",
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#default": false,
"smithy.api#documentation": "<p>\n\t\t Choose to enable or disable support for Federal Information Processing Standards (FIPS) on the instance.\n\t </p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -88962,7 +88970,7 @@
"target": "com.amazonaws.ec2#RevokeSecurityGroupIngressResult"
},
"traits": {
"smithy.api#documentation": "<p>Removes the specified inbound (ingress) rules from a security group.</p>\n <p>You can specify rules using either rule IDs or security group rule properties. If you use\n rule properties, the values that you specify (for example, ports) must match the existing rule's \n values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, \n security group, or prefix list). For the TCP and UDP protocols, you must also specify the \n destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type \n and code. If the security group rule has a description, you do not need to specify the description \n to revoke the rule.</p>\n <p>For a default VPC, if the values you specify do not match the existing rule's values, no error is\n returned, and the output describes the security group rules that were not revoked.</p>\n <p>Amazon Web Services recommends that you describe the security group to verify that the rules were removed.</p>\n <p>Rule changes are propagated to instances within the security group as quickly as possible. \n However, a small delay might occur.</p>"
"smithy.api#documentation": "<p>Removes the specified inbound (ingress) rules from a security group.</p>\n <p>You can specify rules using either rule IDs or security group rule properties. If you use\n rule properties, the values that you specify (for example, ports) must match the existing rule's \n values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, \n security group, or prefix list). For the TCP and UDP protocols, you must also specify the \n destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type \n and code. If the security group rule has a description, you do not need to specify the description \n to revoke the rule.</p>\n <p>For a default VPC, if the values you specify do not match the existing rule's values,\n no error is returned, and the output describes the security group rules that were not\n revoked.</p>\n <p>For a non-default VPC, if the values you specify do not match the existing rule's\n values, an <code>InvalidPermission.NotFound</code> client error is returned, and no\n rules are revoked.</p>\n <p>Amazon Web Services recommends that you describe the security group to verify that the rules were removed.</p>\n <p>Rule changes are propagated to instances within the security group as quickly as possible. \n However, a small delay might occur.</p>"
}
},
"com.amazonaws.ec2#RevokeSecurityGroupIngressRequest": {
Expand Down Expand Up @@ -102007,6 +102015,16 @@
"smithy.api#documentation": "<p>The tags.</p>",
"smithy.api#xmlName": "tagSet"
}
},
"FipsEnabled": {
"target": "com.amazonaws.ec2#Boolean",
"traits": {
"aws.protocols#ec2QueryName": "FipsEnabled",
"smithy.api#clientOptional": {},
"smithy.api#default": false,
"smithy.api#documentation": "<p>\n\t\t Describes if support for Federal Information Processing Standards (FIPS) is enabled on the instance.\n\t </p>",
"smithy.api#xmlName": "fipsEnabled"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit 01077b0

Please sign in to comment.