Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Sep 10, 2024
1 parent 804ab42 commit 2745b55
Show file tree
Hide file tree
Showing 1,565 changed files with 5,788 additions and 1,270 deletions.
8 changes: 4 additions & 4 deletions apis/chime-sdk-voice/2022-08-03/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"GetVoiceToneAnalysisTaskRequest$IsCaller": "<p>Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).</p>",
"LoggingConfiguration$EnableSIPLogs": "<p>Boolean that enables sending SIP message logs to Amazon CloudWatch.</p>",
"LoggingConfiguration$EnableMediaMetricLogs": "<p>Enables or disables media metrics logging.</p>",
"MediaInsightsConfiguration$Disabled": "<p>Denotes the configration as enabled or disabled.</p>",
"MediaInsightsConfiguration$Disabled": "<p>Denotes the configuration as enabled or disabled.</p>",
"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>",
"Proxy$Disabled": "<p>When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.</p>",
"PutVoiceConnectorProxyRequest$Disabled": "<p>When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.</p>",
Expand Down Expand Up @@ -1126,7 +1126,7 @@
"GetSpeakerSearchTaskRequest$SpeakerSearchTaskId": "<p>The ID of the speaker search task.</p>",
"GetVoiceProfileDomainRequest$VoiceProfileDomainId": "<p>The voice profile domain ID.</p>",
"GetVoiceProfileRequest$VoiceProfileId": "<p>The voice profile ID.</p>",
"GetVoiceToneAnalysisTaskRequest$VoiceToneAnalysisTaskId": "<p>The ID of the voice tone anlysis task.</p>",
"GetVoiceToneAnalysisTaskRequest$VoiceToneAnalysisTaskId": "<p>The ID of the voice tone analysis task.</p>",
"ListVoiceProfilesRequest$VoiceProfileDomainId": "<p>The ID of the voice profile domain.</p>",
"SpeakerSearchDetails$VoiceprintGenerationStatus": "<p>The status of a voice print generation operation, <code>VoiceprintGenerationSuccess</code> or <code>VoiceprintGenerationFailure</code>..</p>",
"SpeakerSearchResult$VoiceProfileId": "<p>The voice profile ID.</p>",
Expand Down Expand Up @@ -1619,7 +1619,7 @@
"ValidateE911AddressRequest$StreetInfo": "<p>The address street information, such as <code>8th Avenue</code>.</p>",
"ValidateE911AddressRequest$City": "<p>The address city, such as <code>Portland</code>.</p>",
"ValidateE911AddressRequest$State": "<p>The address state, such as <code>ME</code>.</p>",
"ValidateE911AddressRequest$Country": "<p>The country in the address being validated.</p>",
"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>",
"ValidateE911AddressRequest$PostalCode": "<p>The dress postal code, such <code>04352</code>.</p>"
}
},
Expand Down Expand Up @@ -2108,7 +2108,7 @@
"ValidationResult": {
"base": null,
"refs": {
"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>"
"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>"
}
},
"VoiceConnector": {
Expand Down
13 changes: 10 additions & 3 deletions apis/cognito-identity/2014-06-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,8 @@
"IdentityProviderToken":{
"type":"string",
"max":50000,
"min":1
"min":1,
"sensitive":true
},
"IdentityProviders":{
"type":"map",
Expand Down Expand Up @@ -944,7 +945,10 @@
"type":"list",
"member":{"shape":"ARNString"}
},
"OIDCToken":{"type":"string"},
"OIDCToken":{
"type":"string",
"sensitive":true
},
"PaginationKey":{
"type":"string",
"max":65535,
Expand Down Expand Up @@ -1031,7 +1035,10 @@
"type":"list",
"member":{"shape":"ARNString"}
},
"SecretKeyString":{"type":"string"},
"SecretKeyString":{
"type":"string",
"sensitive":true
},
"SessionTokenString":{"type":"string"},
"SetIdentityPoolRolesInput":{
"type":"structure",
Expand Down
16 changes: 13 additions & 3 deletions apis/pipes/2015-10-07/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"version":"2.0",
"metadata":{
"apiVersion":"2015-10-07",
"auth":["aws.auth#sigv4"],
"endpointPrefix":"pipes",
"protocol":"rest-json",
"protocols":["rest-json"],
Expand Down Expand Up @@ -400,7 +401,8 @@
"TargetParameters":{"shape":"PipeTargetParameters"},
"RoleArn":{"shape":"RoleArn"},
"Tags":{"shape":"TagMap"},
"LogConfiguration":{"shape":"PipeLogConfigurationParameters"}
"LogConfiguration":{"shape":"PipeLogConfigurationParameters"},
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"}
}
},
"CreatePipeResponse":{
Expand Down Expand Up @@ -484,7 +486,8 @@
"Tags":{"shape":"TagMap"},
"CreationTime":{"shape":"Timestamp"},
"LastModifiedTime":{"shape":"Timestamp"},
"LogConfiguration":{"shape":"PipeLogConfiguration"}
"LogConfiguration":{"shape":"PipeLogConfiguration"},
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"}
}
},
"DimensionMapping":{
Expand Down Expand Up @@ -802,6 +805,12 @@
"AT_TIMESTAMP"
]
},
"KmsKeyIdentifier":{
"type":"string",
"max":2048,
"min":0,
"pattern":"[a-zA-Z0-9_\\-/:]*"
},
"LaunchType":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1957,7 +1966,8 @@
"Target":{"shape":"Arn"},
"TargetParameters":{"shape":"PipeTargetParameters"},
"RoleArn":{"shape":"RoleArn"},
"LogConfiguration":{"shape":"PipeLogConfigurationParameters"}
"LogConfiguration":{"shape":"PipeLogConfigurationParameters"},
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"}
}
},
"UpdatePipeResponse":{
Expand Down
14 changes: 11 additions & 3 deletions apis/pipes/2015-10-07/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,14 @@
"PipeSourceKinesisStreamParameters$StartingPosition": "<p>(Streams only) The position in a stream from which to start reading.</p>"
}
},
"KmsKeyIdentifier": {
"base": null,
"refs": {
"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>",
"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>",
"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>"
}
},
"LaunchType": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1196,8 +1204,8 @@
"S3OutputFormat": {
"base": null,
"refs": {
"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>",
"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>"
"S3LogDestination$OutputFormat": "<p>The format EventBridge uses for the log records.</p> <p>EventBridge currently only supports <code>json</code> formatting.</p>",
"S3LogDestinationParameters$OutputFormat": "<p>How EventBridge should format the log records.</p> <p>EventBridge currently only supports <code>json</code> formatting.</p>"
}
},
"SageMakerPipelineParameter": {
Expand Down Expand Up @@ -1259,7 +1267,7 @@
"SecurityGroupIds": {
"base": "<p>List of SecurityGroupId.</p>",
"refs": {
"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>"
"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>"
}
},
"SecurityGroups": {
Expand Down
16 changes: 8 additions & 8 deletions apis/securityhub/2018-10-26/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"ActionRemoteIpDetails": {
"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>",
"refs": {
"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>",
"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>",
"NetworkConnectionAction$RemoteIpDetails": "<p>Information about the remote IP address that issued the network connection request.</p>",
"PortProbeDetail$RemoteIpDetails": "<p>Provides information about the remote IP address that performed the scan.</p>"
}
Expand Down Expand Up @@ -252,7 +252,7 @@
"AssociatedStandardsList": {
"base": null,
"refs": {
"Compliance$AssociatedStandards": "<p>The enabled security standards in which a security control is currently enabled. </p>"
"Compliance$AssociatedStandards": "<p>Typically provides an array of enabled security standards in which a security control is currently enabled. </p>"
}
},
"AssociationFilters": {
Expand Down Expand Up @@ -4749,15 +4749,15 @@
}
},
"Compliance": {
"base": "<p>Contains finding details that are specific to control-based findings. Only returned for findings generated from controls.</p>",
"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>",
"refs": {
"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>"
}
},
"ComplianceStatus": {
"base": null,
"refs": {
"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>"
"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>"
}
},
"ConfigurationOptions": {
Expand Down Expand Up @@ -7658,7 +7658,7 @@
"CloudWatchLogsLogGroupArnConfigDetails$Id": "<p> The ID for a DNS query logging configuration. </p>",
"CodeVulnerabilitiesFilePath$FileName": "<p> The name of the file in which the code vulnerability is located. </p>",
"CodeVulnerabilitiesFilePath$FilePath": "<p> The file path to the code in which the vulnerability is located. </p>",
"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>",
"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>",
"ConfigurationPolicyAssociationSummary$ConfigurationPolicyId": "<p> The universally unique identifier (UUID) of the configuration policy. </p>",
"ConfigurationPolicyAssociationSummary$TargetId": "<p> The identifier of the target account, organizational unit, or the root. </p>",
"ConfigurationPolicyAssociationSummary$AssociationStatusMessage": "<p> The explanation for a <code>FAILED</code> value for <code>AssociationStatus</code>. </p>",
Expand Down Expand Up @@ -8394,7 +8394,7 @@
"RelatedRequirementsList": {
"base": null,
"refs": {
"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>",
"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>",
"StandardsControl$RelatedRequirements": "<p>The list of requirements that are related to this control.</p>",
"StandardsControlAssociationDetail$RelatedRequirements": "<p> The requirement that underlies a control in the compliance framework related to the standard. </p>",
"StandardsControlAssociationSummary$RelatedRequirements": "<p> The requirement that underlies this control in the compliance framework related to the standard. </p>"
Expand Down Expand Up @@ -8714,7 +8714,7 @@
"SecurityControlParametersList": {
"base": null,
"refs": {
"Compliance$SecurityControlParameters": "<p> An object that includes security control parameter names and values. </p>"
"Compliance$SecurityControlParameters": "<p> Typically an object that includes security control parameter names and values. </p>"
}
},
"SecurityControlProperty": {
Expand Down Expand Up @@ -9035,7 +9035,7 @@
"StatusReasonsList": {
"base": null,
"refs": {
"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>"
"Compliance$StatusReasons": "<p>Typically used to provide a list of reasons for the value of <code>Status</code>.</p>"
}
},
"StringConfigurationOptions": {
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-partitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.973.0 (2024-09-10)
------------------

* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.972.0 (2024-09-09)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-partitions/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.972.0
1.973.0
Loading

0 comments on commit 2745b55

Please sign in to comment.