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 Sep 12, 2023
1 parent 592df6d commit 23b5815
Show file tree
Hide file tree
Showing 30 changed files with 985 additions and 349 deletions.
82 changes: 82 additions & 0 deletions apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3339,6 +3339,15 @@
"input":{"shape":"DisableFastSnapshotRestoresRequest"},
"output":{"shape":"DisableFastSnapshotRestoresResult"}
},
"DisableImageBlockPublicAccess":{
"name":"DisableImageBlockPublicAccess",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisableImageBlockPublicAccessRequest"},
"output":{"shape":"DisableImageBlockPublicAccessResult"}
},
"DisableImageDeprecation":{
"name":"DisableImageDeprecation",
"http":{
Expand Down Expand Up @@ -3570,6 +3579,15 @@
"input":{"shape":"EnableFastSnapshotRestoresRequest"},
"output":{"shape":"EnableFastSnapshotRestoresResult"}
},
"EnableImageBlockPublicAccess":{
"name":"EnableImageBlockPublicAccess",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"EnableImageBlockPublicAccessRequest"},
"output":{"shape":"EnableImageBlockPublicAccessResult"}
},
"EnableImageDeprecation":{
"name":"EnableImageDeprecation",
"http":{
Expand Down Expand Up @@ -3802,6 +3820,15 @@
"input":{"shape":"GetHostReservationPurchasePreviewRequest"},
"output":{"shape":"GetHostReservationPurchasePreviewResult"}
},
"GetImageBlockPublicAccessState":{
"name":"GetImageBlockPublicAccessState",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetImageBlockPublicAccessStateRequest"},
"output":{"shape":"GetImageBlockPublicAccessStateResult"}
},
"GetInstanceTypesFromInstanceRequirements":{
"name":"GetInstanceTypesFromInstanceRequirements",
"http":{
Expand Down Expand Up @@ -19319,6 +19346,21 @@
}
}
},
"DisableImageBlockPublicAccessRequest":{
"type":"structure",
"members":{
"DryRun":{"shape":"Boolean"}
}
},
"DisableImageBlockPublicAccessResult":{
"type":"structure",
"members":{
"ImageBlockPublicAccessState":{
"shape":"ImageBlockPublicAccessDisabledState",
"locationName":"imageBlockPublicAccessState"
}
}
},
"DisableImageDeprecationRequest":{
"type":"structure",
"required":["ImageId"],
Expand Down Expand Up @@ -20661,6 +20703,23 @@
}
}
},
"EnableImageBlockPublicAccessRequest":{
"type":"structure",
"required":["ImageBlockPublicAccessState"],
"members":{
"ImageBlockPublicAccessState":{"shape":"ImageBlockPublicAccessEnabledState"},
"DryRun":{"shape":"Boolean"}
}
},
"EnableImageBlockPublicAccessResult":{
"type":"structure",
"members":{
"ImageBlockPublicAccessState":{
"shape":"ImageBlockPublicAccessEnabledState",
"locationName":"imageBlockPublicAccessState"
}
}
},
"EnableImageDeprecationRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -22745,6 +22804,21 @@
}
}
},
"GetImageBlockPublicAccessStateRequest":{
"type":"structure",
"members":{
"DryRun":{"shape":"Boolean"}
}
},
"GetImageBlockPublicAccessStateResult":{
"type":"structure",
"members":{
"ImageBlockPublicAccessState":{
"shape":"String",
"locationName":"imageBlockPublicAccessState"
}
}
},
"GetInstanceTypesFromInstanceRequirementsRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -24392,6 +24466,14 @@
"imdsSupport"
]
},
"ImageBlockPublicAccessDisabledState":{
"type":"string",
"enum":["unblocked"]
},
"ImageBlockPublicAccessEnabledState":{
"type":"string",
"enum":["block-new-sharing"]
},
"ImageDiskContainer":{
"type":"structure",
"members":{
Expand Down
50 changes: 50 additions & 0 deletions apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

41 changes: 32 additions & 9 deletions apis/eventbridge/2015-10-07/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,13 @@
"min":1,
"pattern":"^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$"
},
"AuthHeaderParametersSensitive":{
"type":"string",
"max":512,
"min":1,
"pattern":"^[ \\t]*[^\\x00-\\x1F:\\x7F]+([ \\t]+[^\\x00-\\x1F:\\x7F]+)*[ \\t]*$",
"sensitive":true
},
"AwsVpcConfiguration":{
"type":"structure",
"required":["Subnets"],
Expand Down Expand Up @@ -1091,7 +1098,7 @@
"type":"structure",
"members":{
"Key":{"shape":"String"},
"Value":{"shape":"String"},
"Value":{"shape":"SensitiveString"},
"IsValueSecret":{"shape":"Boolean"}
}
},
Expand All @@ -1110,7 +1117,7 @@
"type":"structure",
"members":{
"Key":{"shape":"HeaderKey"},
"Value":{"shape":"HeaderValue"},
"Value":{"shape":"HeaderValueSensitive"},
"IsValueSecret":{"shape":"Boolean"}
}
},
Expand Down Expand Up @@ -1161,7 +1168,7 @@
"type":"structure",
"members":{
"Key":{"shape":"QueryStringKey"},
"Value":{"shape":"QueryStringValue"},
"Value":{"shape":"QueryStringValueSensitive"},
"IsValueSecret":{"shape":"Boolean"}
}
},
Expand Down Expand Up @@ -1249,7 +1256,7 @@
],
"members":{
"ApiKeyName":{"shape":"AuthHeaderParameters"},
"ApiKeyValue":{"shape":"AuthHeaderParameters"}
"ApiKeyValue":{"shape":"AuthHeaderParametersSensitive"}
}
},
"CreateConnectionAuthRequestParameters":{
Expand All @@ -1269,7 +1276,7 @@
],
"members":{
"Username":{"shape":"AuthHeaderParameters"},
"Password":{"shape":"AuthHeaderParameters"}
"Password":{"shape":"AuthHeaderParametersSensitive"}
}
},
"CreateConnectionOAuthClientRequestParameters":{
Expand All @@ -1280,7 +1287,7 @@
],
"members":{
"ClientID":{"shape":"AuthHeaderParameters"},
"ClientSecret":{"shape":"AuthHeaderParameters"}
"ClientSecret":{"shape":"AuthHeaderParametersSensitive"}
}
},
"CreateConnectionOAuthRequestParameters":{
Expand Down Expand Up @@ -1914,6 +1921,12 @@
"max":512,
"pattern":"^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$"
},
"HeaderValueSensitive":{
"type":"string",
"max":512,
"pattern":"^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$",
"sensitive":true
},
"HealthCheck":{
"type":"string",
"max":1600,
Expand Down Expand Up @@ -2559,6 +2572,12 @@
"max":512,
"pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
},
"QueryStringValueSensitive":{
"type":"string",
"max":512,
"pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+",
"sensitive":true
},
"RedshiftDataParameters":{
"type":"structure",
"required":["Database"],
Expand Down Expand Up @@ -2879,6 +2898,10 @@
"min":20,
"pattern":"^arn:aws([a-z]|\\-)*:secretsmanager:([a-z]|\\d|\\-)*:([0-9]{12})?:secret:[\\/_+=\\.@\\-A-Za-z0-9]+$"
},
"SensitiveString":{
"type":"string",
"sensitive":true
},
"Sql":{
"type":"string",
"max":100000,
Expand Down Expand Up @@ -3140,7 +3163,7 @@
"type":"structure",
"members":{
"ApiKeyName":{"shape":"AuthHeaderParameters"},
"ApiKeyValue":{"shape":"AuthHeaderParameters"}
"ApiKeyValue":{"shape":"AuthHeaderParametersSensitive"}
}
},
"UpdateConnectionAuthRequestParameters":{
Expand All @@ -3156,14 +3179,14 @@
"type":"structure",
"members":{
"Username":{"shape":"AuthHeaderParameters"},
"Password":{"shape":"AuthHeaderParameters"}
"Password":{"shape":"AuthHeaderParametersSensitive"}
}
},
"UpdateConnectionOAuthClientRequestParameters":{
"type":"structure",
"members":{
"ClientID":{"shape":"AuthHeaderParameters"},
"ClientSecret":{"shape":"AuthHeaderParameters"}
"ClientSecret":{"shape":"AuthHeaderParametersSensitive"}
}
},
"UpdateConnectionOAuthRequestParameters":{
Expand Down
36 changes: 28 additions & 8 deletions apis/eventbridge/2015-10-07/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,16 +238,21 @@
"ConnectionBasicAuthResponseParameters$Username": "<p>The user name to use for Basic authorization.</p>",
"ConnectionOAuthClientResponseParameters$ClientID": "<p>The client ID associated with the response to the connection request.</p>",
"CreateConnectionApiKeyAuthRequestParameters$ApiKeyName": "<p>The name of the API key to use for authorization.</p>",
"CreateConnectionApiKeyAuthRequestParameters$ApiKeyValue": "<p>The value for the API key to use for authorization.</p>",
"CreateConnectionBasicAuthRequestParameters$Username": "<p>The user name to use for Basic authorization.</p>",
"CreateConnectionBasicAuthRequestParameters$Password": "<p>The password associated with the user name to use for Basic authorization.</p>",
"CreateConnectionOAuthClientRequestParameters$ClientID": "<p>The client ID to use for OAuth authorization for the connection.</p>",
"CreateConnectionOAuthClientRequestParameters$ClientSecret": "<p>The client secret associated with the client ID to use for OAuth authorization for the connection.</p>",
"UpdateConnectionApiKeyAuthRequestParameters$ApiKeyName": "<p>The name of the API key to use for authorization.</p>",
"UpdateConnectionApiKeyAuthRequestParameters$ApiKeyValue": "<p>The value associated with teh API key to use for authorization.</p>",
"UpdateConnectionBasicAuthRequestParameters$Username": "<p>The user name to use for Basic authorization.</p>",
"UpdateConnectionOAuthClientRequestParameters$ClientID": "<p>The client ID to use for OAuth authorization.</p>"
}
},
"AuthHeaderParametersSensitive": {
"base": null,
"refs": {
"CreateConnectionApiKeyAuthRequestParameters$ApiKeyValue": "<p>The value for the API key to use for authorization.</p>",
"CreateConnectionBasicAuthRequestParameters$Password": "<p>The password associated with the user name to use for Basic authorization.</p>",
"CreateConnectionOAuthClientRequestParameters$ClientSecret": "<p>The client secret associated with the client ID to use for OAuth authorization for the connection.</p>",
"UpdateConnectionApiKeyAuthRequestParameters$ApiKeyValue": "<p>The value associated with teh API key to use for authorization.</p>",
"UpdateConnectionBasicAuthRequestParameters$Password": "<p>The password associated with the user name to use for Basic authorization.</p>",
"UpdateConnectionOAuthClientRequestParameters$ClientID": "<p>The client ID to use for OAuth authorization.</p>",
"UpdateConnectionOAuthClientRequestParameters$ClientSecret": "<p>The client secret assciated with the client ID to use for OAuth authorization.</p>"
}
},
Expand Down Expand Up @@ -1044,10 +1049,15 @@
"HeaderValue": {
"base": null,
"refs": {
"ConnectionHeaderParameter$Value": "<p>The value associated with the key.</p>",
"HeaderParametersMap$value": null
}
},
"HeaderValueSensitive": {
"base": null,
"refs": {
"ConnectionHeaderParameter$Value": "<p>The value associated with the key.</p>"
}
},
"HealthCheck": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1635,10 +1645,15 @@
"QueryStringValue": {
"base": null,
"refs": {
"ConnectionQueryStringParameter$Value": "<p>The value associated with the key for the query string parameter.</p>",
"QueryStringParametersMap$value": null
}
},
"QueryStringValueSensitive": {
"base": null,
"refs": {
"ConnectionQueryStringParameter$Value": "<p>The value associated with the key for the query string parameter.</p>"
}
},
"RedshiftDataParameters": {
"base": "<p>These are custom parameters to be used when the target is a Amazon Redshift cluster or Redshift Serverless workgroup to invoke the Amazon Redshift Data API ExecuteStatement based on EventBridge events.</p>",
"refs": {
Expand Down Expand Up @@ -1973,6 +1988,12 @@
"DescribeConnectionResponse$SecretArn": "<p>The ARN of the secret created from the authorization parameters specified for the connection.</p>"
}
},
"SensitiveString": {
"base": null,
"refs": {
"ConnectionBodyParameter$Value": "<p>The value associated with the key.</p>"
}
},
"Sql": {
"base": "A single Redshift SQL",
"refs": {
Expand Down Expand Up @@ -2024,7 +2045,6 @@
"Condition$Key": "<p>Specifies the key for the condition. Currently the only supported key is <code>aws:PrincipalOrgID</code>.</p>",
"Condition$Value": "<p>Specifies the value for the key. Currently, this must be the ID of the organization.</p>",
"ConnectionBodyParameter$Key": "<p>The key for the parameter.</p>",
"ConnectionBodyParameter$Value": "<p>The value associated with the key.</p>",
"CreateEventBusResponse$EventBusArn": "<p>The ARN of the new event bus.</p>",
"CreatePartnerEventSourceResponse$EventSourceArn": "<p>The ARN of the partner event source.</p>",
"DescribeEventBusResponse$Name": "<p>The name of the event bus. Currently, this is always <code>default</code>.</p>",
Expand Down
3 changes: 2 additions & 1 deletion apis/kendra/2019-02-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4654,7 +4654,8 @@
"DocumentTitle":{"shape":"DocumentTitle"},
"Content":{"shape":"Content"},
"DocumentURI":{"shape":"Url"},
"DocumentAttributes":{"shape":"DocumentAttributeList"}
"DocumentAttributes":{"shape":"DocumentAttributeList"},
"ScoreAttributes":{"shape":"ScoreAttributes"}
}
},
"RetrieveResultItemList":{
Expand Down
Loading

0 comments on commit 23b5815

Please sign in to comment.