Skip to content

Commit 2745b55

Browse files
Updated API models and rebuilt service gems.
1 parent 804ab42 commit 2745b55

File tree

1,565 files changed

+5788
-1270
lines changed

Some content is hidden

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

1,565 files changed

+5788
-1270
lines changed

apis/chime-sdk-voice/2022-08-03/docs-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"GetVoiceToneAnalysisTaskRequest$IsCaller": "<p>Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).</p>",
209209
"LoggingConfiguration$EnableSIPLogs": "<p>Boolean that enables sending SIP message logs to Amazon CloudWatch.</p>",
210210
"LoggingConfiguration$EnableMediaMetricLogs": "<p>Enables or disables media metrics logging.</p>",
211-
"MediaInsightsConfiguration$Disabled": "<p>Denotes the configration as enabled or disabled.</p>",
211+
"MediaInsightsConfiguration$Disabled": "<p>Denotes the configuration as enabled or disabled.</p>",
212212
"Origination$Disabled": "<p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime SDK Voice Connector. This parameter is not required, but you must specify this parameter or <code>Routes</code>.</p>",
213213
"Proxy$Disabled": "<p>When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.</p>",
214214
"PutVoiceConnectorProxyRequest$Disabled": "<p>When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.</p>",
@@ -1126,7 +1126,7 @@
11261126
"GetSpeakerSearchTaskRequest$SpeakerSearchTaskId": "<p>The ID of the speaker search task.</p>",
11271127
"GetVoiceProfileDomainRequest$VoiceProfileDomainId": "<p>The voice profile domain ID.</p>",
11281128
"GetVoiceProfileRequest$VoiceProfileId": "<p>The voice profile ID.</p>",
1129-
"GetVoiceToneAnalysisTaskRequest$VoiceToneAnalysisTaskId": "<p>The ID of the voice tone anlysis task.</p>",
1129+
"GetVoiceToneAnalysisTaskRequest$VoiceToneAnalysisTaskId": "<p>The ID of the voice tone analysis task.</p>",
11301130
"ListVoiceProfilesRequest$VoiceProfileDomainId": "<p>The ID of the voice profile domain.</p>",
11311131
"SpeakerSearchDetails$VoiceprintGenerationStatus": "<p>The status of a voice print generation operation, <code>VoiceprintGenerationSuccess</code> or <code>VoiceprintGenerationFailure</code>..</p>",
11321132
"SpeakerSearchResult$VoiceProfileId": "<p>The voice profile ID.</p>",
@@ -1619,7 +1619,7 @@
16191619
"ValidateE911AddressRequest$StreetInfo": "<p>The address street information, such as <code>8th Avenue</code>.</p>",
16201620
"ValidateE911AddressRequest$City": "<p>The address city, such as <code>Portland</code>.</p>",
16211621
"ValidateE911AddressRequest$State": "<p>The address state, such as <code>ME</code>.</p>",
1622-
"ValidateE911AddressRequest$Country": "<p>The country in the address being validated.</p>",
1622+
"ValidateE911AddressRequest$Country": "<p>The country in the address being validated as two-letter country code in ISO 3166-1 alpha-2 format, such as <code>US</code>. For more information, see <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a> in Wikipedia.</p>",
16231623
"ValidateE911AddressRequest$PostalCode": "<p>The dress postal code, such <code>04352</code>.</p>"
16241624
}
16251625
},
@@ -2108,7 +2108,7 @@
21082108
"ValidationResult": {
21092109
"base": null,
21102110
"refs": {
2111-
"ValidateE911AddressResponse$ValidationResult": "<p>Number indicating the result of address validation. <code>0</code> means the address was perfect as-is and successfully validated. <code>1</code> means the address was corrected. <code>2</code> means the address sent was not close enough and was not validated.</p>"
2111+
"ValidateE911AddressResponse$ValidationResult": "<p>Number indicating the result of address validation.</p> <p>Each possible result is defined as follows:</p> <ul> <li> <p> <code>0</code> - Address validation succeeded.</p> </li> <li> <p> <code>1</code> - Address validation succeeded. The address was a close enough match and has been corrected as part of the address object.</p> </li> <li> <p> <code>2</code> - Address validation failed. You should re-submit the validation request with candidates from the <code>CandidateAddressList</code> result, if it's a close match.</p> </li> </ul>"
21122112
}
21132113
},
21142114
"VoiceConnector": {

apis/cognito-identity/2014-06-30/api-2.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,8 @@
767767
"IdentityProviderToken":{
768768
"type":"string",
769769
"max":50000,
770-
"min":1
770+
"min":1,
771+
"sensitive":true
771772
},
772773
"IdentityProviders":{
773774
"type":"map",
@@ -944,7 +945,10 @@
944945
"type":"list",
945946
"member":{"shape":"ARNString"}
946947
},
947-
"OIDCToken":{"type":"string"},
948+
"OIDCToken":{
949+
"type":"string",
950+
"sensitive":true
951+
},
948952
"PaginationKey":{
949953
"type":"string",
950954
"max":65535,
@@ -1031,7 +1035,10 @@
10311035
"type":"list",
10321036
"member":{"shape":"ARNString"}
10331037
},
1034-
"SecretKeyString":{"type":"string"},
1038+
"SecretKeyString":{
1039+
"type":"string",
1040+
"sensitive":true
1041+
},
10351042
"SessionTokenString":{"type":"string"},
10361043
"SetIdentityPoolRolesInput":{
10371044
"type":"structure",

apis/pipes/2015-10-07/api-2.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"version":"2.0",
33
"metadata":{
44
"apiVersion":"2015-10-07",
5+
"auth":["aws.auth#sigv4"],
56
"endpointPrefix":"pipes",
67
"protocol":"rest-json",
78
"protocols":["rest-json"],
@@ -400,7 +401,8 @@
400401
"TargetParameters":{"shape":"PipeTargetParameters"},
401402
"RoleArn":{"shape":"RoleArn"},
402403
"Tags":{"shape":"TagMap"},
403-
"LogConfiguration":{"shape":"PipeLogConfigurationParameters"}
404+
"LogConfiguration":{"shape":"PipeLogConfigurationParameters"},
405+
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"}
404406
}
405407
},
406408
"CreatePipeResponse":{
@@ -484,7 +486,8 @@
484486
"Tags":{"shape":"TagMap"},
485487
"CreationTime":{"shape":"Timestamp"},
486488
"LastModifiedTime":{"shape":"Timestamp"},
487-
"LogConfiguration":{"shape":"PipeLogConfiguration"}
489+
"LogConfiguration":{"shape":"PipeLogConfiguration"},
490+
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"}
488491
}
489492
},
490493
"DimensionMapping":{
@@ -802,6 +805,12 @@
802805
"AT_TIMESTAMP"
803806
]
804807
},
808+
"KmsKeyIdentifier":{
809+
"type":"string",
810+
"max":2048,
811+
"min":0,
812+
"pattern":"[a-zA-Z0-9_\\-/:]*"
813+
},
805814
"LaunchType":{
806815
"type":"string",
807816
"enum":[
@@ -1957,7 +1966,8 @@
19571966
"Target":{"shape":"Arn"},
19581967
"TargetParameters":{"shape":"PipeTargetParameters"},
19591968
"RoleArn":{"shape":"RoleArn"},
1960-
"LogConfiguration":{"shape":"PipeLogConfigurationParameters"}
1969+
"LogConfiguration":{"shape":"PipeLogConfigurationParameters"},
1970+
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"}
19611971
}
19621972
},
19631973
"UpdatePipeResponse":{

apis/pipes/2015-10-07/docs-2.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,14 @@
550550
"PipeSourceKinesisStreamParameters$StartingPosition": "<p>(Streams only) The position in a stream from which to start reading.</p>"
551551
}
552552
},
553+
"KmsKeyIdentifier": {
554+
"base": null,
555+
"refs": {
556+
"CreatePipeRequest$KmsKeyIdentifier": "<p>The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt pipe data. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.</p> <p>If you do not specify a customer managed key identifier, EventBridge uses an Amazon Web Services owned key to encrypt pipe data.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/getting-started.html\">Managing keys</a> in the <i>Key Management Service Developer Guide</i>. </p>",
557+
"DescribePipeResponse$KmsKeyIdentifier": "<p>The identifier of the KMS customer managed key for EventBridge to use to encrypt pipe data, if one has been specified.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-encryption.html\">Data encryption in EventBridge</a> in the <i>Amazon EventBridge User Guide</i>.</p>",
558+
"UpdatePipeRequest$KmsKeyIdentifier": "<p>The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt pipe data. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.</p> <p>To update a pipe that is using the default Amazon Web Services owned key to use a customer managed key instead, or update a pipe that is using a customer managed key to use a different customer managed key, specify a customer managed key identifier.</p> <p>To update a pipe that is using a customer managed key to use the default Amazon Web Services owned key, specify an empty string.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/getting-started.html\">Managing keys</a> in the <i>Key Management Service Developer Guide</i>. </p>"
559+
}
560+
},
553561
"LaunchType": {
554562
"base": null,
555563
"refs": {
@@ -1196,8 +1204,8 @@
11961204
"S3OutputFormat": {
11971205
"base": null,
11981206
"refs": {
1199-
"S3LogDestination$OutputFormat": "<p>The format EventBridge uses for the log records.</p> <ul> <li> <p> <code>json</code>: JSON </p> </li> <li> <p> <code>plain</code>: Plain text</p> </li> <li> <p> <code>w3c</code>: <a href=\"https://www.w3.org/TR/WD-logfile\">W3C extended logging file format</a> </p> </li> </ul>",
1200-
"S3LogDestinationParameters$OutputFormat": "<p>How EventBridge should format the log records.</p> <ul> <li> <p> <code>json</code>: JSON </p> </li> <li> <p> <code>plain</code>: Plain text</p> </li> <li> <p> <code>w3c</code>: <a href=\"https://www.w3.org/TR/WD-logfile\">W3C extended logging file format</a> </p> </li> </ul>"
1207+
"S3LogDestination$OutputFormat": "<p>The format EventBridge uses for the log records.</p> <p>EventBridge currently only supports <code>json</code> formatting.</p>",
1208+
"S3LogDestinationParameters$OutputFormat": "<p>How EventBridge should format the log records.</p> <p>EventBridge currently only supports <code>json</code> formatting.</p>"
12011209
}
12021210
},
12031211
"SageMakerPipelineParameter": {
@@ -1259,7 +1267,7 @@
12591267
"SecurityGroupIds": {
12601268
"base": "<p>List of SecurityGroupId.</p>",
12611269
"refs": {
1262-
"SelfManagedKafkaAccessConfigurationVpc$SecurityGroup": "<p>Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.</p>"
1270+
"SelfManagedKafkaAccessConfigurationVpc$SecurityGroup": "<p>Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups.</p>"
12631271
}
12641272
},
12651273
"SecurityGroups": {

apis/securityhub/2018-10-26/docs-2.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"ActionRemoteIpDetails": {
171171
"base": "<p>For <code>AwsApiAction</code>, <code>NetworkConnectionAction</code>, and <code>PortProbeAction</code>, <code>RemoteIpDetails</code> provides information about the remote IP address that was involved in the action.</p>",
172172
"refs": {
173-
"AwsApiCallAction$RemoteIpDetails": "<p>Provided if <code>CallerType</code> is <code>remoteIp</code>. Provides information about the remote IP address that the API call originated from.</p>",
173+
"AwsApiCallAction$RemoteIpDetails": "<p>Provided if <code>CallerType</code> is <code>remoteip</code>. Provides information about the remote IP address that the API call originated from.</p>",
174174
"NetworkConnectionAction$RemoteIpDetails": "<p>Information about the remote IP address that issued the network connection request.</p>",
175175
"PortProbeDetail$RemoteIpDetails": "<p>Provides information about the remote IP address that performed the scan.</p>"
176176
}
@@ -252,7 +252,7 @@
252252
"AssociatedStandardsList": {
253253
"base": null,
254254
"refs": {
255-
"Compliance$AssociatedStandards": "<p>The enabled security standards in which a security control is currently enabled. </p>"
255+
"Compliance$AssociatedStandards": "<p>Typically provides an array of enabled security standards in which a security control is currently enabled. </p>"
256256
}
257257
},
258258
"AssociationFilters": {
@@ -4749,15 +4749,15 @@
47494749
}
47504750
},
47514751
"Compliance": {
4752-
"base": "<p>Contains finding details that are specific to control-based findings. Only returned for findings generated from controls.</p>",
4752+
"base": "<p>This object typically provides details about a control finding, such as applicable standards and the status of control checks. While finding providers can add custom content in <code>Compliance</code> object fields, they are typically used to review details of Security Hub control findings.</p>",
47534753
"refs": {
47544754
"AwsSecurityFinding$Compliance": "<p>This data type is exclusive to findings that are generated as the result of a check run against a specific rule in a supported security standard, such as CIS Amazon Web Services Foundations. Contains security standard-related finding details.</p>"
47554755
}
47564756
},
47574757
"ComplianceStatus": {
47584758
"base": null,
47594759
"refs": {
4760-
"Compliance$Status": "<p>The result of a standards check.</p> <p>The valid values for <code>Status</code> are as follows.</p> <ul> <li> <ul> <li> <p> <code>PASSED</code> - Standards check passed for all evaluated resources.</p> </li> <li> <p> <code>WARNING</code> - Some information is missing or this check is not supported for your configuration.</p> </li> <li> <p> <code>FAILED</code> - Standards check failed for at least one evaluated resource.</p> </li> <li> <p> <code>NOT_AVAILABLE</code> - Check could not be performed due to a service outage, API error, or because the result of the Config evaluation was <code>NOT_APPLICABLE</code>. If the Config evaluation result was <code>NOT_APPLICABLE</code> for a Security Hub control, Security Hub automatically archives the finding after 3 days.</p> </li> </ul> </li> </ul>"
4760+
"Compliance$Status": "<p>Typically summarizes the result of a control check.</p> <p>For Security Hub controls, valid values for <code>Status</code> are as follows.</p> <ul> <li> <ul> <li> <p> <code>PASSED</code> - Standards check passed for all evaluated resources.</p> </li> <li> <p> <code>WARNING</code> - Some information is missing or this check is not supported for your configuration.</p> </li> <li> <p> <code>FAILED</code> - Standards check failed for at least one evaluated resource.</p> </li> <li> <p> <code>NOT_AVAILABLE</code> - Check could not be performed due to a service outage, API error, or because the result of the Config evaluation was <code>NOT_APPLICABLE</code>. If the Config evaluation result was <code>NOT_APPLICABLE</code> for a Security Hub control, Security Hub automatically archives the finding after 3 days.</p> </li> </ul> </li> </ul>"
47614761
}
47624762
},
47634763
"ConfigurationOptions": {
@@ -7658,7 +7658,7 @@
76587658
"CloudWatchLogsLogGroupArnConfigDetails$Id": "<p> The ID for a DNS query logging configuration. </p>",
76597659
"CodeVulnerabilitiesFilePath$FileName": "<p> The name of the file in which the code vulnerability is located. </p>",
76607660
"CodeVulnerabilitiesFilePath$FilePath": "<p> The file path to the code in which the vulnerability is located. </p>",
7661-
"Compliance$SecurityControlId": "<p> The unique identifier of a control across standards. Values for this field typically consist of an Amazon Web Servicesservice and a number, such as APIGateway.5. </p>",
7661+
"Compliance$SecurityControlId": "<p> Typically provides the unique identifier of a control across standards. For Security Hub controls, this field consists of an Amazon Web Servicesservice and a unique number, such as <code>APIGateway.5</code>. </p>",
76627662
"ConfigurationPolicyAssociationSummary$ConfigurationPolicyId": "<p> The universally unique identifier (UUID) of the configuration policy. </p>",
76637663
"ConfigurationPolicyAssociationSummary$TargetId": "<p> The identifier of the target account, organizational unit, or the root. </p>",
76647664
"ConfigurationPolicyAssociationSummary$AssociationStatusMessage": "<p> The explanation for a <code>FAILED</code> value for <code>AssociationStatus</code>. </p>",
@@ -8394,7 +8394,7 @@
83948394
"RelatedRequirementsList": {
83958395
"base": null,
83968396
"refs": {
8397-
"Compliance$RelatedRequirements": "<p>For a control, the industry or regulatory framework requirements that are related to the control. The check for that control is aligned with these requirements.</p> <p>Array Members: Maximum number of 32 items.</p>",
8397+
"Compliance$RelatedRequirements": "<p>Typically provides the industry or regulatory framework requirements that are related to a control. The check for that control is aligned with these requirements.</p> <p>Array Members: Maximum number of 32 items.</p>",
83988398
"StandardsControl$RelatedRequirements": "<p>The list of requirements that are related to this control.</p>",
83998399
"StandardsControlAssociationDetail$RelatedRequirements": "<p> The requirement that underlies a control in the compliance framework related to the standard. </p>",
84008400
"StandardsControlAssociationSummary$RelatedRequirements": "<p> The requirement that underlies this control in the compliance framework related to the standard. </p>"
@@ -8714,7 +8714,7 @@
87148714
"SecurityControlParametersList": {
87158715
"base": null,
87168716
"refs": {
8717-
"Compliance$SecurityControlParameters": "<p> An object that includes security control parameter names and values. </p>"
8717+
"Compliance$SecurityControlParameters": "<p> Typically an object that includes security control parameter names and values. </p>"
87188718
}
87198719
},
87208720
"SecurityControlProperty": {
@@ -9035,7 +9035,7 @@
90359035
"StatusReasonsList": {
90369036
"base": null,
90379037
"refs": {
9038-
"Compliance$StatusReasons": "<p>For findings generated from controls, a list of reasons behind the value of <code>Status</code>. For the list of status reason codes and their meanings, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-results.html#securityhub-standards-results-asff\">Standards-related information in the ASFF</a> in the <i>Security Hub User Guide</i>. </p>"
9038+
"Compliance$StatusReasons": "<p>Typically used to provide a list of reasons for the value of <code>Status</code>.</p>"
90399039
}
90409040
},
90419041
"StringConfigurationOptions": {

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.973.0 (2024-09-10)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.972.0 (2024-09-09)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.972.0
1+
1.973.0

0 commit comments

Comments
 (0)