Skip to content

Commit

Permalink
Merge branch 'version-3' into generalized-http-ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp authored Sep 6, 2023
2 parents 6f45dcc + 05b71b0 commit a61e939
Show file tree
Hide file tree
Showing 792 changed files with 83,639 additions and 35,679 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: EXECUTION_ENV=github-action bundle exec rake benchmark

- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::469596866844:role/aws-sdk-ruby-performance-reporter
role-session-name: benchmark-report
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ RubyGems.org page under "LINKS" section.
| Amazon Mechanical Turk | Aws::MTurk | aws-sdk-mturk | 2017-01-17 |
| Amazon MemoryDB | Aws::MemoryDB | aws-sdk-memorydb | 2021-01-01 |
| Amazon Neptune | Aws::Neptune | aws-sdk-neptune | 2014-10-31 |
| Amazon NeptuneData | Aws::Neptunedata | aws-sdk-neptunedata | 2023-08-01 |
| Amazon Omics | Aws::Omics | aws-sdk-omics | 2022-11-28 |
| Amazon OpenSearch Ingestion | Aws::OSIS | aws-sdk-osis | 2022-01-01 |
| Amazon OpenSearch Service | Aws::OpenSearchService | aws-sdk-opensearchservice | 2021-01-01 |
Expand Down Expand Up @@ -672,6 +673,7 @@ RubyGems.org page under "LINKS" section.
| OpenSearch Service Serverless | Aws::OpenSearchServerless | aws-sdk-opensearchserverless | 2021-11-01 |
| Payment Cryptography Control Plane | Aws::PaymentCryptography | aws-sdk-paymentcryptography | 2021-09-14 |
| Payment Cryptography Data Plane | Aws::PaymentCryptographyData | aws-sdk-paymentcryptographydata | 2022-02-03 |
| PcaConnectorAd | Aws::PcaConnectorAd | aws-sdk-pcaconnectorad | 2018-05-10 |
| Redshift Data API Service | Aws::RedshiftDataAPIService | aws-sdk-redshiftdataapiservice | 2019-12-20 |
| Redshift Serverless | Aws::RedshiftServerless | aws-sdk-redshiftserverless | 2021-04-21 |
| Route53 Recovery Cluster | Aws::Route53RecoveryCluster | aws-sdk-route53recoverycluster | 2019-12-02 |
Expand Down
4 changes: 4 additions & 0 deletions apis/amplifybackend/2020-08-11/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@
},
"BackendAuthAppleProviderConfig" : {
"type" : "structure",
"sensitive": true,
"members" : {
"ClientId" : {
"shape" : "__string",
Expand Down Expand Up @@ -955,6 +956,7 @@
},
"BackendAuthSocialProviderConfig" : {
"type" : "structure",
"sensitive": true,
"members" : {
"ClientId" : {
"shape" : "__string",
Expand Down Expand Up @@ -2058,6 +2060,7 @@
},
"EmailSettings" : {
"type" : "structure",
"sensitive": true,
"members" : {
"EmailMessage" : {
"shape" : "__string",
Expand Down Expand Up @@ -3149,6 +3152,7 @@
},
"SmsSettings" : {
"type" : "structure",
"sensitive": true,
"members" : {
"SmsMessage" : {
"shape" : "__string",
Expand Down
Loading

0 comments on commit a61e939

Please sign in to comment.