Skip to content

Commit

Permalink
Merge branch 'version-3' into s3-crc32
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Sep 10, 2024
2 parents 6159f6d + fffdb05 commit 82a3232
Show file tree
Hide file tree
Showing 1,620 changed files with 10,101 additions and 2,755 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ RubyGems.org page under "LINKS" section.
| AWS Key Management Service | Aws::KMS | aws-sdk-kms | 2014-11-01 |
| AWS Lake Formation | Aws::LakeFormation | aws-sdk-lakeformation | 2017-03-31 |
| AWS Lambda | Aws::Lambda | aws-sdk-lambda | 2015-03-31 |
| AWS Lambda | Aws::LambdaPreview | aws-sdk-lambdapreview | 2014-11-11 |
| AWS Launch Wizard | Aws::LaunchWizard | aws-sdk-launchwizard | 2018-05-10 |
| AWS License Manager | Aws::LicenseManager | aws-sdk-licensemanager | 2018-08-01 |
| AWS License Manager Linux Subscriptions | Aws::LicenseManagerLinuxSubscriptions | aws-sdk-licensemanagerlinuxsubscriptions | 2018-05-10 |
Expand Down
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
6 changes: 3 additions & 3 deletions apis/dynamodb/2012-08-10/docs-2.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions apis/elasticloadbalancingv2/2015-12-01/paginators-1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"pagination": {
"DescribeListenerCertificates": {
"input_token": "Marker",
"output_token": "NextMarker",
"result_key": "Certificates"
},
"DescribeListeners": {
"input_token": "Marker",
"output_token": "NextMarker",
Expand All @@ -10,6 +15,11 @@
"output_token": "NextMarker",
"result_key": "LoadBalancers"
},
"DescribeRules": {
"input_token": "Marker",
"output_token": "NextMarker",
"result_key": "Rules"
},
"DescribeTargetGroups": {
"input_token": "Marker",
"output_token": "NextMarker",
Expand Down
6 changes: 3 additions & 3 deletions apis/elasticloadbalancingv2/2015-12-01/waiters-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"matcher": "error",
"expected": "LoadBalancerNotFound",
"expected": "LoadBalancerNotFoundException",
"state": "retry"
}
]
Expand All @@ -38,7 +38,7 @@
{
"state": "retry",
"matcher": "error",
"expected": "LoadBalancerNotFound"
"expected": "LoadBalancerNotFoundException"
}
]
},
Expand All @@ -55,7 +55,7 @@
},
{
"matcher": "error",
"expected": "LoadBalancerNotFound",
"expected": "LoadBalancerNotFoundException",
"state": "success"
}
]
Expand Down
Loading

0 comments on commit 82a3232

Please sign in to comment.