Skip to content

Commit 00b25d5

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent e24391a commit 00b25d5

File tree

171 files changed

+29913
-3261
lines changed

Some content is hidden

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

171 files changed

+29913
-3261
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ RubyGems.org page under "LINKS" section.
507507
| Amazon CodeCatalyst | Aws::CodeCatalyst | aws-sdk-codecatalyst | 2022-09-28 |
508508
| Amazon CodeGuru Profiler | Aws::CodeGuruProfiler | aws-sdk-codeguruprofiler | 2019-07-18 |
509509
| Amazon CodeGuru Reviewer | Aws::CodeGuruReviewer | aws-sdk-codegurureviewer | 2019-09-19 |
510+
| Amazon CodeGuru Security | Aws::CodeGuruSecurity | aws-sdk-codegurusecurity | 2018-05-10 |
510511
| Amazon Cognito Identity | Aws::CognitoIdentity | aws-sdk-cognitoidentity | 2014-06-30 |
511512
| Amazon Cognito Identity Provider | Aws::CognitoIdentityProvider | aws-sdk-cognitoidentityprovider | 2016-04-18 |
512513
| Amazon Cognito Sync | Aws::CognitoSync | aws-sdk-cognitosync | 2014-06-30 |
@@ -628,6 +629,7 @@ RubyGems.org page under "LINKS" section.
628629
| Amazon Transcribe Streaming Service | Aws::TranscribeStreamingService | aws-sdk-transcribestreamingservice | 2017-10-26 |
629630
| Amazon Translate | Aws::Translate | aws-sdk-translate | 2017-07-01 |
630631
| Amazon VPC Lattice | Aws::VPCLattice | aws-sdk-vpclattice | 2022-11-30 |
632+
| Amazon Verified Permissions | Aws::VerifiedPermissions | aws-sdk-verifiedpermissions | 2021-12-01 |
631633
| Amazon Voice ID | Aws::VoiceID | aws-sdk-voiceid | 2021-09-27 |
632634
| Amazon WorkDocs | Aws::WorkDocs | aws-sdk-workdocs | 2016-05-01 |
633635
| Amazon WorkLink | Aws::WorkLink | aws-sdk-worklink | 2018-09-25 |

apis/cloudtrail/2013-11-01/api-2.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@
939939
"input":{"shape":"UpdateEventDataStoreRequest"},
940940
"output":{"shape":"UpdateEventDataStoreResponse"},
941941
"errors":[
942+
{"shape":"EventDataStoreAlreadyExistsException"},
942943
{"shape":"EventDataStoreARNInvalidException"},
943944
{"shape":"EventDataStoreNotFoundException"},
944945
{"shape":"InvalidEventSelectorsException"},
@@ -1397,14 +1398,14 @@
13971398
},
13981399
"DescribeQueryRequest":{
13991400
"type":"structure",
1400-
"required":["QueryId"],
14011401
"members":{
14021402
"EventDataStore":{
14031403
"shape":"EventDataStoreArn",
14041404
"deprecated":true,
14051405
"deprecatedMessage":"EventDataStore is no longer required by DescribeQueryRequest"
14061406
},
1407-
"QueryId":{"shape":"UUID"}
1407+
"QueryId":{"shape":"UUID"},
1408+
"QueryAlias":{"shape":"QueryAlias"}
14081409
}
14091410
},
14101411
"DescribeQueryResponse":{
@@ -2467,12 +2468,30 @@
24672468
"CreationTime":{"shape":"Date"}
24682469
}
24692470
},
2471+
"QueryAlias":{
2472+
"type":"string",
2473+
"max":256,
2474+
"min":1,
2475+
"pattern":"^[a-zA-Z][a-zA-Z0-9._\\-]*$"
2476+
},
24702477
"QueryIdNotFoundException":{
24712478
"type":"structure",
24722479
"members":{
24732480
},
24742481
"exception":true
24752482
},
2483+
"QueryParameter":{
2484+
"type":"string",
2485+
"max":1024,
2486+
"min":1,
2487+
"pattern":".*"
2488+
},
2489+
"QueryParameters":{
2490+
"type":"list",
2491+
"member":{"shape":"QueryParameter"},
2492+
"max":10,
2493+
"min":1
2494+
},
24762495
"QueryResultColumn":{
24772496
"type":"map",
24782497
"key":{"shape":"QueryResultKey"},
@@ -2747,10 +2766,11 @@
27472766
},
27482767
"StartQueryRequest":{
27492768
"type":"structure",
2750-
"required":["QueryStatement"],
27512769
"members":{
27522770
"QueryStatement":{"shape":"QueryStatement"},
2753-
"DeliveryS3Uri":{"shape":"DeliveryS3Uri"}
2771+
"DeliveryS3Uri":{"shape":"DeliveryS3Uri"},
2772+
"QueryAlias":{"shape":"QueryAlias"},
2773+
"QueryParameters":{"shape":"QueryParameters"}
27542774
}
27552775
},
27562776
"StartQueryResponse":{

apis/cloudtrail/2013-11-01/docs-2.json

Lines changed: 29 additions & 10 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)