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 for Ruby authored and Nobody committed Mar 15, 2022
1 parent 4e1260c commit a8eab3e
Show file tree
Hide file tree
Showing 65 changed files with 2,533 additions and 1,609 deletions.
14 changes: 9 additions & 5 deletions apis/cognito-idp/2016-04-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,6 @@
{"shape":"InvalidEmailRoleAccessPolicyException"},
{"shape":"CodeDeliveryFailureException"},
{"shape":"UserNotFoundException"},
{"shape":"UserNotConfirmedException"},
{"shape":"InternalErrorException"}
],
"authtype":"none"
Expand Down Expand Up @@ -2623,7 +2622,7 @@
"BlockedIPRangeListType":{
"type":"list",
"member":{"shape":"StringType"},
"max":20
"max":200
},
"BooleanType":{"type":"boolean"},
"CSSType":{"type":"string"},
Expand Down Expand Up @@ -4277,7 +4276,6 @@
"PasswordType":{
"type":"string",
"max":256,
"min":6,
"pattern":"[\\S]+",
"sensitive":true
},
Expand Down Expand Up @@ -4400,6 +4398,11 @@
"max":315360000,
"min":0
},
"RegionCodeType":{
"type":"string",
"max":32,
"min":5
},
"ResendConfirmationCodeRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -4764,14 +4767,15 @@
"SkippedIPRangeListType":{
"type":"list",
"member":{"shape":"StringType"},
"max":20
"max":200
},
"SmsConfigurationType":{
"type":"structure",
"required":["SnsCallerArn"],
"members":{
"SnsCallerArn":{"shape":"ArnType"},
"ExternalId":{"shape":"StringType"}
"ExternalId":{"shape":"StringType"},
"SnsRegion":{"shape":"RegionCodeType"}
}
},
"SmsMfaConfigType":{
Expand Down
130 changes: 68 additions & 62 deletions apis/cognito-idp/2016-04-18/docs-2.json

Large diffs are not rendered by default.

139 changes: 139 additions & 0 deletions apis/dataexchange/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
},
{
"shape": "AccessDeniedException"
},
{
"shape": "ConflictException"
}
]
},
Expand Down Expand Up @@ -576,6 +579,40 @@
},
"errors": []
},
"RevokeRevision": {
"name": "RevokeRevision",
"http": {
"method": "POST",
"requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/revoke",
"responseCode": 200
},
"input": {
"shape": "RevokeRevisionRequest"
},
"output": {
"shape": "RevokeRevisionResponse"
},
"errors": [
{
"shape": "ValidationException"
},
{
"shape": "InternalServerException"
},
{
"shape": "AccessDeniedException"
},
{
"shape": "ResourceNotFoundException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "ConflictException"
}
]
},
"SendApiAsset": {
"name": "SendApiAsset",
"http": {
Expand Down Expand Up @@ -1229,6 +1266,15 @@
},
"UpdatedAt": {
"shape": "Timestamp"
},
"RevocationComment": {
"shape": "__stringMin10Max512"
},
"Revoked": {
"shape": "__boolean"
},
"RevokedAt": {
"shape": "Timestamp"
}
}
},
Expand Down Expand Up @@ -1785,6 +1831,15 @@
},
"UpdatedAt": {
"shape": "Timestamp"
},
"RevocationComment": {
"shape": "__stringMin10Max512"
},
"Revoked": {
"shape": "__boolean"
},
"RevokedAt": {
"shape": "Timestamp"
}
}
},
Expand Down Expand Up @@ -2547,6 +2602,15 @@
},
"UpdatedAt": {
"shape": "Timestamp"
},
"RevocationComment": {
"shape": "__stringMin10Max512"
},
"Revoked": {
"shape": "__boolean"
},
"RevokedAt": {
"shape": "Timestamp"
}
},
"required": [
Expand All @@ -2568,6 +2632,67 @@
"DataSetId"
]
},
"RevokeRevisionRequest": {
"type": "structure",
"members": {
"DataSetId": {
"shape": "__string",
"location": "uri",
"locationName": "DataSetId"
},
"RevisionId": {
"shape": "__string",
"location": "uri",
"locationName": "RevisionId"
},
"RevocationComment": {
"shape": "__stringMin10Max512"
}
},
"required": [
"RevisionId",
"DataSetId",
"RevocationComment"
]
},
"RevokeRevisionResponse": {
"type": "structure",
"members": {
"Arn": {
"shape": "Arn"
},
"Comment": {
"shape": "__stringMin0Max16384"
},
"CreatedAt": {
"shape": "Timestamp"
},
"DataSetId": {
"shape": "Id"
},
"Finalized": {
"shape": "__boolean"
},
"Id": {
"shape": "Id"
},
"RevocationComment": {
"shape": "__stringMin10Max512"
},
"Revoked": {
"shape": "__boolean"
},
"RevokedAt": {
"shape": "Timestamp"
},
"SourceId": {
"shape": "Id"
},
"UpdatedAt": {
"shape": "Timestamp"
}
}
},
"S3SnapshotAsset": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2973,6 +3098,15 @@
},
"UpdatedAt": {
"shape": "Timestamp"
},
"RevocationComment": {
"shape": "__stringMin10Max512"
},
"Revoked": {
"shape": "__boolean"
},
"RevokedAt": {
"shape": "Timestamp"
}
}
},
Expand Down Expand Up @@ -3067,6 +3201,11 @@
"min": 24,
"max": 24,
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$"
},
"__stringMin10Max512": {
"type": "string",
"min": 10,
"max": 512
}
}
}
24 changes: 22 additions & 2 deletions apis/dataexchange/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"ListJobs" : "<p>This operation lists your jobs sorted by CreatedAt in descending order.</p>",
"ListRevisionAssets" : "<p>This operation lists a revision's assets sorted alphabetically in descending order.</p>",
"ListTagsForResource" : "<p>This operation lists the tags on the resource.</p>",
"RevokeRevision" : "<p>This operation revokes subscribers' access to a revision.</p>",
"SendApiAsset" : "<p>This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.</p>",
"StartJob" : "<p>This operation starts a job.</p>",
"TagResource" : "<p>This operation tags a resource.</p>",
Expand Down Expand Up @@ -77,7 +78,7 @@
}
},
"Asset" : {
"base" : "<p>An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare (Preview). When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.</p>",
"base" : "<p>An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare. When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.</p>",
"refs" : { }
},
"AssetDestinationEntry" : {
Expand All @@ -94,7 +95,7 @@
}
},
"AssetEntry" : {
"base" : "<p>An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare (Preview). When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.</p>",
"base" : "<p>An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare. When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.</p>",
"refs" : {
"ListOfAssetEntry$member" : null
}
Expand Down Expand Up @@ -571,6 +572,10 @@
"Event$RevisionPublished" : "<p>What occurs to start the revision publish action.</p>"
}
},
"RevokeRevisionRequest" : {
"base" : "<p>The request sent to revoke the revision.</p>",
"refs" : { }
},
"S3SnapshotAsset" : {
"base" : "<p>The S3 object that is the asset.</p>",
"refs" : {
Expand Down Expand Up @@ -642,12 +647,15 @@
"JobEntry$CreatedAt" : "<p>The date and time that the job was created, in ISO 8601 format.</p>",
"JobEntry$UpdatedAt" : "<p>The date and time that the job was last updated, in ISO 8601 format.</p>",
"Revision$CreatedAt" : "<p>The date and time that the revision was created, in ISO 8601 format.</p>",
"Revision$RevokedAt" : "<p>The date and time that the revision was revoked, in ISO 8601 format.</p>",
"Revision$UpdatedAt" : "<p>The date and time that the revision was last updated, in ISO 8601 format.</p>",
"RevisionEntry$CreatedAt" : "<p>The date and time that the revision was created, in ISO 8601 format.</p>",
"RevisionEntry$RevokedAt" : "<p>The date and time that the revision was revoked, in ISO 8601 format.</p>",
"RevisionEntry$UpdatedAt" : "<p>The date and time that the revision was last updated, in ISO 8601 format.</p>",
"TaggedDataSet$CreatedAt" : "<p>The date and time that the data set was created, in ISO 8601 format.</p>",
"TaggedDataSet$UpdatedAt" : "<p>The date and time that the data set was last updated, in ISO 8601 format.</p>",
"TaggedRevision$CreatedAt" : "<p>The date and time that the revision was created, in ISO 8601 format.</p>",
"TaggedRevision$RevokedAt" : "<p>The date and time that the revision was revoked, in ISO 8601 format.</p>",
"TaggedRevision$UpdatedAt" : "<p>The date and time that the revision was last updated, in ISO 8601 format.</p>"
}
},
Expand Down Expand Up @@ -683,8 +691,11 @@
"base" : null,
"refs" : {
"Revision$Finalized" : "<p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p> <p>Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>",
"Revision$Revoked" : "<p>A status indicating that subscribers' access to the revision was revoked.</p>",
"RevisionEntry$Finalized" : "<p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p> <p>Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>",
"RevisionEntry$Revoked" : "<p>A status indicating that subscribers' access to the revision was revoked.</p>",
"TaggedRevision$Finalized" : "<p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p> <p>Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>",
"TaggedRevision$Revoked" : "<p>A status indicating that subscribers' access to the revision was revoked.</p>",
"UpdateRevisionRequest$Finalized" : "<p>Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p>"
}
},
Expand Down Expand Up @@ -808,6 +819,15 @@
"UpdateRevisionRequest$Comment" : "<p>An optional comment about the revision.</p>"
}
},
"__stringMin10Max512" : {
"base" : null,
"refs" : {
"Revision$RevocationComment" : "<p>A required comment to inform subscribers of the reason their access to the revision was revoked.</p>",
"RevisionEntry$RevocationComment" : "<p>A required comment to inform subscribers of the reason their access to the revision was revoked.</p>",
"RevokeRevisionRequest$RevocationComment" : "<p>A required comment to inform subscribers of the reason their access to the revision was revoked.</p>",
"TaggedRevision$RevocationComment" : "<p>A required comment to inform subscribers of the reason their access to the revision was revoked.</p>"
}
},
"__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093" : {
"base" : null,
"refs" : {
Expand Down
6 changes: 4 additions & 2 deletions apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11269,7 +11269,8 @@
"required":["IpamId"],
"members":{
"DryRun":{"shape":"Boolean"},
"IpamId":{"shape":"IpamId"}
"IpamId":{"shape":"IpamId"},
"Cascade":{"shape":"Boolean"}
}
},
"DeleteIpamResult":{
Expand Down Expand Up @@ -31330,7 +31331,8 @@
"type":"structure",
"required":[
"IpamPoolId",
"Cidr"
"Cidr",
"IpamPoolAllocationId"
],
"members":{
"DryRun":{"shape":"Boolean"},
Expand Down
Loading

0 comments on commit a8eab3e

Please sign in to comment.