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 18, 2024
1 parent 13c3784 commit 887c4de
Show file tree
Hide file tree
Showing 7 changed files with 3,937 additions and 97 deletions.
82 changes: 73 additions & 9 deletions codegen/sdk-codegen/aws-models/cost-explorer.json

Large diffs are not rendered by default.

3,464 changes: 3,464 additions & 0 deletions codegen/sdk-codegen/aws-models/directory-service-data.json

Large diffs are not rendered by default.

252 changes: 240 additions & 12 deletions codegen/sdk-codegen/aws-models/directory-service.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion codegen/sdk-codegen/aws-models/guardduty.json
Original file line number Diff line number Diff line change
Expand Up @@ -4674,6 +4674,13 @@
"smithy.api#documentation": "<p>The name of the task group that's associated with the task.</p>",
"smithy.api#jsonName": "group"
}
},
"LaunchType": {
"target": "com.amazonaws.guardduty#String",
"traits": {
"smithy.api#documentation": "<p>A capacity on which the task is running. For example, <code>Fargate</code> and <code>EC2</code>.</p>",
"smithy.api#jsonName": "launchType"
}
}
},
"traits": {
Expand Down Expand Up @@ -8774,7 +8781,7 @@
"target": "com.amazonaws.guardduty#SourceIps",
"traits": {
"smithy.api#documentation": "<p>The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between\n the caller and the API endpoint.</p>",
"smithy.api#jsonName": "sourceIps"
"smithy.api#jsonName": "sourceIPs"
}
},
"UserAgent": {
Expand Down
27 changes: 24 additions & 3 deletions codegen/sdk-codegen/aws-models/mailmanager.json
Original file line number Diff line number Diff line change
Expand Up @@ -4415,7 +4415,7 @@
},
"aws.protocols#awsJson1_0": {},
"smithy.api#cors": {},
"smithy.api#documentation": "<fullname>AWS SES Mail Manager API</fullname>\n <p>\n <a href=\"http://aws.amazon.com/ses\">AWS SES Mail Manager API</a> contains operations and data types\n that comprise the Mail Manager feature of Amazon Simple Email Service.</p>\n <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen\n your organization's email infrastructure, simplify email workflow management, and\n streamline email compliance control. To learn more, see the <a href=\"https://docs.aws.amazon.com/ses/latest/dg/eb.html\">Mail Manager chapter</a> in the Amazon SES Developer\n Guide.</p>",
"smithy.api#documentation": "<fullname>Amazon SES Mail Manager API</fullname>\n <p>The Amazon SES Mail Manager API contains operations and data types\n that comprise the Mail Manager feature of <a href=\"http://aws.amazon.com/ses\">Amazon Simple Email Service (SES)</a>.</p>\n <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen\n your organization's email infrastructure, simplify email workflow management, and\n streamline email compliance control. To learn more, see the <a href=\"https://docs.aws.amazon.com/ses/latest/dg/eb.html\">Mail Manager chapter</a> in the <i>Amazon SES Developer\n Guide</i>.</p>",
"smithy.api#externalDocumentation": {
"API Reference": "https://w.amazon.com/bin/view/AWS/Border"
},
Expand Down Expand Up @@ -5120,6 +5120,12 @@
"smithy.api#documentation": "<p>The textual body content of an email message.</p>"
}
},
"com.amazonaws.mailmanager#MimeHeaderAttribute": {
"type": "string",
"traits": {
"smithy.api#pattern": "^X-[a-zA-Z0-9-]{1,256}$"
}
},
"com.amazonaws.mailmanager#NameOrArn": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -6400,6 +6406,12 @@
"traits": {
"smithy.api#documentation": "<p>The email attribute to evaluate in a string condition expression.</p>"
}
},
"MimeHeaderAttribute": {
"target": "com.amazonaws.mailmanager#MimeHeaderAttribute",
"traits": {
"smithy.api#documentation": "<p>The email MIME X-Header attribute to evaluate in a string condition expression.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -7083,10 +7095,19 @@
"target": "smithy.api#String"
}
},
"com.amazonaws.mailmanager#StringValue": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 2048
}
}
},
"com.amazonaws.mailmanager#StringValueList": {
"type": "list",
"member": {
"target": "smithy.api#String"
"target": "com.amazonaws.mailmanager#StringValue"
},
"traits": {
"smithy.api#length": {
Expand Down Expand Up @@ -7658,7 +7679,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>&gt;Update attributes of an already provisioned rule set.</p>",
"smithy.api#documentation": "<p>Update attributes of an already provisioned rule set.</p>",
"smithy.api#idempotent": {}
}
},
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/rds.json
Original file line number Diff line number Diff line change
Expand Up @@ -27805,7 +27805,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with most\n of the source's original configuration, including the default security group and DB parameter group. By default, the new DB\n instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group\n associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.</p>\n <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance\n before you call the <code>RestoreDBInstanceFromDBSnapshot</code> operation. RDS doesn't allow two DB instances with the same name. After you\n have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as\n the <code>DBInstanceIdentifier</code> in the call to the <code>RestoreDBInstanceFromDBSnapshot</code> operation. The result is that you replace the original\n DB instance with the DB instance created from the snapshot.</p>\n <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code>\n must be the ARN of the shared DB snapshot.</p>\n <note>\n <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p>\n </note>",
"smithy.api#documentation": "<p>Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with most\n of the source's original configuration, including the default security group and DB parameter group. By default, the new DB\n instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group\n associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.</p>\n <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance\n before you call the <code>RestoreDBInstanceFromDBSnapshot</code> operation. RDS doesn't allow two DB instances with the same name. After you\n have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as\n the <code>DBInstanceIdentifier</code> in the call to the <code>RestoreDBInstanceFromDBSnapshot</code> operation. The result is that you replace the original\n DB instance with the DB instance created from the snapshot.</p>\n <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code>\n must be the ARN of the shared DB snapshot.</p>\n <p>To restore from a DB snapshot with an unsupported engine version, you must first upgrade the \n engine version of the snapshot. For more information about upgrading a RDS for MySQL DB snapshot engine version, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html\">Upgrading a MySQL DB snapshot engine version</a>. \n For more information about upgrading a RDS for PostgreSQL DB snapshot engine version, <a href=\"https://docs.aws.amazon.com/USER_UpgradeDBSnapshot.PostgreSQL.html\">Upgrading a PostgreSQL DB snapshot engine version</a>.</p>\n <note>\n <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p>\n </note>",
"smithy.api#examples": [
{
"title": "To restore a DB instance from a DB snapshot",
Expand Down
198 changes: 127 additions & 71 deletions codegen/sdk-codegen/aws-models/s3.json

Large diffs are not rendered by default.

0 comments on commit 887c4de

Please sign in to comment.