Skip to content

Commit 166eb7f

Browse files
Updated API models and rebuilt service gems.
1 parent bcb5bad commit 166eb7f

84 files changed

Lines changed: 4109 additions & 225 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apis/acm/2015-12-08/api-2.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,12 @@
427427
"CertificateOptions":{
428428
"type":"structure",
429429
"members":{
430-
"CertificateTransparencyLoggingPreference":{"shape":"CertificateTransparencyLoggingPreference"},
430+
"CertificateTransparencyLoggingPreference":{
431+
"shape":"CertificateTransparencyLoggingPreference",
432+
"deprecated":true,
433+
"deprecatedMessage":"Certificate transparency logging opt-out is no longer available.",
434+
"deprecatedSince":"12th June 2026"
435+
},
431436
"Export":{"shape":"CertificateExport"}
432437
}
433438
},
@@ -490,6 +495,9 @@
490495
},
491496
"CertificateTransparencyLoggingPreference":{
492497
"type":"string",
498+
"deprecated":true,
499+
"deprecatedMessage":"Certificate transparency logging opt-out is no longer available.",
500+
"deprecatedSince":"12th June 2026",
493501
"enum":[
494502
"ENABLED",
495503
"DISABLED"

apis/acm/2015-12-08/docs-2.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ResendValidationEmail": "<p>Resends the email that requests domain ownership validation. The domain owner or an authorized representative must approve the ACM certificate before it can be issued. The certificate can be approved by clicking a link in the mail to navigate to the Amazon certificate approval website and then clicking <b>I Approve</b>. However, the validation email can be blocked by spam filters. Therefore, if you do not receive the original mail, you can request that the mail be resent within 72 hours of requesting the ACM certificate. If more than 72 hours have elapsed since your original request or since your last attempt to resend validation mail, you must request a new certificate. For more information about setting up your contact email addresses, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/setup-email.html\">Configure Email for your Domain</a>. </p>",
1919
"RevokeCertificate": "<p>Revokes a public ACM certificate. You can only revoke certificates that have been previously exported.</p> <important> <p>Once a certificate is revoked, you cannot reuse the certificate. Revoking a certificate is permanent.</p> </important>",
2020
"SearchCertificates": "<p>Retrieves a list of certificates matching search criteria. You can filter certificates by X.509 attributes and ACM specific properties like certificate status, type and renewal eligibility. This operation provides more flexible filtering than <a>ListCertificates</a> by supporting complex filter statements.</p>",
21-
"UpdateCertificateOptions": "<p>Updates a certificate. You can use this function to specify whether to opt in to or out of recording your certificate in a certificate transparency log and exporting. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html#best-practices-transparency\"> Opting Out of Certificate Transparency Logging</a> and <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html\">Certificate Manager Exportable Managed Certificates</a>.</p>"
21+
"UpdateCertificateOptions": "<p>Updates a certificate. You can use this function to specify whether to export your certificate. Certificate transparency logging opt-out is no longer available. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency\">Certificate Transparency Logging</a> and <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html\">Certificate Manager Exportable Managed Certificates</a>.</p>"
2222
},
2323
"shapes": {
2424
"AccessDeniedException": {
@@ -153,11 +153,11 @@
153153
}
154154
},
155155
"CertificateOptions": {
156-
"base": "<p>Structure that contains options for your certificate. You can use this structure to specify whether to opt in to or out of certificate transparency logging and export your certificate. </p> <p>Some browsers require that public certificates issued for your domain be recorded in a log. Certificates that are not logged typically generate a browser error. Transparency makes it possible for you to detect SSL/TLS certificates that have been mistakenly or maliciously issued for your domain. For general information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency\">Certificate Transparency Logging</a>.</p> <p>You can export public ACM certificates to use with Amazon Web Services services as well as outside Amazon Web Services Cloud. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html\">Certificate Manager exportable public certificate</a>.</p>",
156+
"base": "<p>Structure that contains options for your certificate. You can use this structure to specify whether to export your certificate.</p> <p>Certificate transparency logging opt-out is no longer available. All public certificates are recorded in a certificate transparency log. For general information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency\">Certificate Transparency Logging</a>.</p> <p>You can export public ACM certificates to use with Amazon Web Services services as well as outside Amazon Web Services Cloud. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html\">Certificate Manager exportable public certificate</a>.</p>",
157157
"refs": {
158-
"CertificateDetail$Options": "<p>Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure. </p>",
159-
"RequestCertificateRequest$Options": "<p>You can use this parameter to specify whether to add the certificate to a certificate transparency log and export your certificate.</p> <p>Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html#best-practices-transparency\">Opting Out of Certificate Transparency Logging</a>.</p> <p>You can export public ACM certificates to use with Amazon Web Services services as well as outside the Amazon Web Services Cloud. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html\">Certificate Manager exportable public certificate</a>.</p>",
160-
"UpdateCertificateOptionsRequest$Options": "<p>Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log or export your certificate. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. </p>"
158+
"CertificateDetail$Options": "<p>Contains the certificate options. Certificate transparency logging opt-out is no longer available. All public certificates are recorded in a certificate transparency log.</p>",
159+
"RequestCertificateRequest$Options": "<p>You can use this parameter to specify whether to export your certificate.</p> <p>Certificate transparency logging opt-out is no longer available. All public certificates are recorded in a certificate transparency log. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency\">Certificate Transparency Logging</a>.</p> <p>You can export public ACM certificates to use with Amazon Web Services services as well as outside the Amazon Web Services Cloud. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html\">Certificate Manager exportable public certificate</a>.</p>",
160+
"UpdateCertificateOptionsRequest$Options": "<p>Use to update the options for your certificate. Currently, you can specify whether to export your certificate. Certificate transparency logging opt-out is no longer available. All public certificates are recorded in a certificate transparency log. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency\">Certificate Transparency Logging</a>.</p>"
161161
}
162162
},
163163
"CertificateSearchResult": {
@@ -203,7 +203,7 @@
203203
"CertificateTransparencyLoggingPreference": {
204204
"base": null,
205205
"refs": {
206-
"CertificateOptions$CertificateTransparencyLoggingPreference": "<p>You can opt out of certificate transparency logging by specifying the <code>DISABLED</code> option. Opt in by specifying <code>ENABLED</code>. </p>"
206+
"CertificateOptions$CertificateTransparencyLoggingPreference": "<p>This parameter has been deprecated. Certificate transparency logging opt-out is no longer available. All public certificates are recorded in a certificate transparency log.</p>"
207207
}
208208
},
209209
"CertificateType": {

apis/acm/2015-12-08/smoke-2.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version" : 2,
33
"testCases" : [ {
4-
"id" : "SearchCertificatesSuccess",
5-
"operationName" : "SearchCertificates",
4+
"id" : "ListCertificatesSuccess",
5+
"operationName" : "ListCertificates",
66
"input" : { },
77
"expectation" : {
88
"success" : { }
@@ -14,13 +14,11 @@
1414
"useAccountIdRouting" : true
1515
}
1616
}, {
17-
"id" : "GetCertificateFailure",
18-
"operationName" : "GetCertificate",
19-
"input" : {
20-
"CertificateArn" : "arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012"
21-
},
17+
"id" : "SearchCertificatesSuccess",
18+
"operationName" : "SearchCertificates",
19+
"input" : { },
2220
"expectation" : {
23-
"failure" : { }
21+
"success" : { }
2422
},
2523
"config" : {
2624
"region" : "us-west-2",
@@ -29,11 +27,13 @@
2927
"useAccountIdRouting" : true
3028
}
3129
}, {
32-
"id" : "ListCertificatesSuccess",
33-
"operationName" : "ListCertificates",
34-
"input" : { },
30+
"id" : "GetCertificateFailure",
31+
"operationName" : "GetCertificate",
32+
"input" : {
33+
"CertificateArn" : "arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012"
34+
},
3535
"expectation" : {
36-
"success" : { }
36+
"failure" : { }
3737
},
3838
"config" : {
3939
"region" : "us-west-2",

apis/bedrock-agentcore-control/2023-06-05/api-2.json

Lines changed: 56 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3520,6 +3520,27 @@
35203520
"logGroupName":{"shape":"LogGroupName"}
35213521
}
35223522
},
3523+
"ClusteringConfig":{
3524+
"type":"structure",
3525+
"required":["frequencies"],
3526+
"members":{
3527+
"frequencies":{"shape":"ClusteringFrequencyList"}
3528+
}
3529+
},
3530+
"ClusteringFrequency":{
3531+
"type":"string",
3532+
"enum":[
3533+
"DAILY",
3534+
"WEEKLY",
3535+
"MONTHLY"
3536+
]
3537+
},
3538+
"ClusteringFrequencyList":{
3539+
"type":"list",
3540+
"member":{"shape":"ClusteringFrequency"},
3541+
"max":3,
3542+
"min":0
3543+
},
35233544
"Code":{
35243545
"type":"structure",
35253546
"members":{
@@ -3701,7 +3722,7 @@
37013722
},
37023723
"ConfigurationBundleArn":{
37033724
"type":"string",
3704-
"pattern":"arn:aws:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:configuration-bundle/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}"
3725+
"pattern":"arn:aws[a-zA-Z-]*:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:configuration-bundle/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}"
37053726
},
37063727
"ConfigurationBundleDescription":{
37073728
"type":"string",
@@ -4071,6 +4092,7 @@
40714092
"branchName":{"shape":"BranchName"},
40724093
"commitMessage":{"shape":"CreateConfigurationBundleRequestCommitMessageString"},
40734094
"createdBy":{"shape":"VersionCreatedBySource"},
4095+
"kmsKeyArn":{"shape":"KmsKeyArn"},
40744096
"tags":{"shape":"TagsMap"}
40754097
}
40764098
},
@@ -4475,7 +4497,6 @@
44754497
"onlineEvaluationConfigName",
44764498
"rule",
44774499
"dataSourceConfig",
4478-
"evaluators",
44794500
"evaluationExecutionRoleArn",
44804501
"enableOnCreate"
44814502
],
@@ -4489,6 +4510,8 @@
44894510
"rule":{"shape":"Rule"},
44904511
"dataSourceConfig":{"shape":"DataSourceConfig"},
44914512
"evaluators":{"shape":"EvaluatorList"},
4513+
"insights":{"shape":"InsightList"},
4514+
"clusteringConfig":{"shape":"ClusteringConfig"},
44924515
"evaluationExecutionRoleArn":{"shape":"RoleArn"},
44934516
"enableOnCreate":{"shape":"Boolean"},
44944517
"tags":{"shape":"TagsMap"}
@@ -6192,7 +6215,7 @@
61926215
"type":"list",
61936216
"member":{"shape":"EvaluatorReference"},
61946217
"max":10,
6195-
"min":1
6218+
"min":0
61966219
},
61976220
"EvaluatorModelConfig":{
61986221
"type":"structure",
@@ -6911,7 +6934,8 @@
69116934
"components":{"shape":"ComponentConfigurationMap"},
69126935
"lineageMetadata":{"shape":"VersionLineageMetadata"},
69136936
"createdAt":{"shape":"Timestamp"},
6914-
"updatedAt":{"shape":"Timestamp"}
6937+
"updatedAt":{"shape":"Timestamp"},
6938+
"kmsKeyArn":{"shape":"KmsKeyArn"}
69156939
}
69166940
},
69176941
"GetConfigurationBundleVersionRequest":{
@@ -6953,7 +6977,8 @@
69536977
"components":{"shape":"ComponentConfigurationMap"},
69546978
"lineageMetadata":{"shape":"VersionLineageMetadata"},
69556979
"createdAt":{"shape":"Timestamp"},
6956-
"versionCreatedAt":{"shape":"Timestamp"}
6980+
"versionCreatedAt":{"shape":"Timestamp"},
6981+
"kmsKeyArn":{"shape":"KmsKeyArn"}
69576982
}
69586983
},
69596984
"GetDatasetRequest":{
@@ -7275,7 +7300,6 @@
72757300
"onlineEvaluationConfigName",
72767301
"rule",
72777302
"dataSourceConfig",
7278-
"evaluators",
72797303
"status",
72807304
"executionStatus",
72817305
"createdAt",
@@ -7289,6 +7313,8 @@
72897313
"rule":{"shape":"Rule"},
72907314
"dataSourceConfig":{"shape":"DataSourceConfig"},
72917315
"evaluators":{"shape":"EvaluatorList"},
7316+
"insights":{"shape":"InsightList"},
7317+
"clusteringConfig":{"shape":"ClusteringConfig"},
72927318
"outputConfig":{"shape":"OutputConfig"},
72937319
"evaluationExecutionRoleArn":{"shape":"RoleArn"},
72947320
"status":{"shape":"OnlineEvaluationConfigStatus"},
@@ -8496,6 +8522,23 @@
84968522
"type":"string",
84978523
"sensitive":true
84988524
},
8525+
"Insight":{
8526+
"type":"structure",
8527+
"required":["insightId"],
8528+
"members":{
8529+
"insightId":{"shape":"InsightId"}
8530+
}
8531+
},
8532+
"InsightId":{
8533+
"type":"string",
8534+
"pattern":"(Builtin\\.[a-zA-Z0-9._-]+|[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10})"
8535+
},
8536+
"InsightList":{
8537+
"type":"list",
8538+
"member":{"shape":"Insight"},
8539+
"max":10,
8540+
"min":0
8541+
},
84998542
"Integer":{
85008543
"type":"integer",
85018544
"box":true
@@ -9656,8 +9699,6 @@
96569699
},
96579700
"LogGroupName":{
96589701
"type":"string",
9659-
"max":512,
9660-
"min":1,
96619702
"pattern":"[.\\-_/#A-Za-z0-9]+"
96629703
},
96639704
"Long":{
@@ -10439,7 +10480,9 @@
1043910480
"executionStatus":{"shape":"OnlineEvaluationExecutionStatus"},
1044010481
"createdAt":{"shape":"Timestamp"},
1044110482
"updatedAt":{"shape":"Timestamp"},
10442-
"failureReason":{"shape":"String"}
10483+
"failureReason":{"shape":"String"},
10484+
"insights":{"shape":"InsightList"},
10485+
"clusteringConfig":{"shape":"ClusteringConfig"}
1044310486
}
1044410487
},
1044510488
"OnlineEvaluationConfigSummaryList":{
@@ -12795,7 +12838,8 @@
1279512838
"parentVersionIds":{"shape":"ConfigurationBundleVersionList"},
1279612839
"branchName":{"shape":"BranchName"},
1279712840
"commitMessage":{"shape":"UpdateConfigurationBundleRequestCommitMessageString"},
12798-
"createdBy":{"shape":"VersionCreatedBySource"}
12841+
"createdBy":{"shape":"VersionCreatedBySource"},
12842+
"kmsKeyArn":{"shape":"KmsKeyArn"}
1279912843
}
1280012844
},
1280112845
"UpdateConfigurationBundleRequestCommitMessageString":{
@@ -13222,6 +13266,8 @@
1322213266
"rule":{"shape":"Rule"},
1322313267
"dataSourceConfig":{"shape":"DataSourceConfig"},
1322413268
"evaluators":{"shape":"EvaluatorList"},
13269+
"insights":{"shape":"InsightList"},
13270+
"clusteringConfig":{"shape":"ClusteringConfig"},
1322513271
"evaluationExecutionRoleArn":{"shape":"RoleArn"},
1322613272
"executionStatus":{"shape":"OnlineEvaluationExecutionStatus"}
1322713273
}

0 commit comments

Comments
 (0)