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-ruby-automation committed Sep 19, 2024
1 parent 53eb503 commit e6ef6d8
Show file tree
Hide file tree
Showing 87 changed files with 5,921 additions and 447 deletions.
16 changes: 13 additions & 3 deletions apis/codeconnections/2023-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,8 @@
"RoleArn":{"shape":"IamRoleArn"},
"SyncType":{"shape":"SyncConfigurationType"},
"PublishDeploymentStatus":{"shape":"PublishDeploymentStatus"},
"TriggerResourceUpdateOn":{"shape":"TriggerResourceUpdateOn"}
"TriggerResourceUpdateOn":{"shape":"TriggerResourceUpdateOn"},
"PullRequestComment":{"shape":"PullRequestComment"}
}
},
"CreateSyncConfigurationOutput":{
Expand Down Expand Up @@ -996,6 +997,13 @@
"DISABLED"
]
},
"PullRequestComment":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"RepositoryLinkArn":{
"type":"string",
"pattern":"^arn:aws(?:-[a-z]+)*:(codestar-connections|codeconnections):[a-z\\-0-9]+:\\d{12}:repository-link\\/[a-zA-Z0-9\\-:/]+"
Expand Down Expand Up @@ -1309,7 +1317,8 @@
"RoleArn":{"shape":"IamRoleArn"},
"SyncType":{"shape":"SyncConfigurationType"},
"PublishDeploymentStatus":{"shape":"PublishDeploymentStatus"},
"TriggerResourceUpdateOn":{"shape":"TriggerResourceUpdateOn"}
"TriggerResourceUpdateOn":{"shape":"TriggerResourceUpdateOn"},
"PullRequestComment":{"shape":"PullRequestComment"}
}
},
"SyncConfigurationList":{
Expand Down Expand Up @@ -1509,7 +1518,8 @@
"RoleArn":{"shape":"IamRoleArn"},
"SyncType":{"shape":"SyncConfigurationType"},
"PublishDeploymentStatus":{"shape":"PublishDeploymentStatus"},
"TriggerResourceUpdateOn":{"shape":"TriggerResourceUpdateOn"}
"TriggerResourceUpdateOn":{"shape":"TriggerResourceUpdateOn"},
"PullRequestComment":{"shape":"PullRequestComment"}
}
},
"UpdateSyncConfigurationOutput":{
Expand Down
10 changes: 9 additions & 1 deletion apis/codeconnections/2023-12-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"ConnectionArn": {
"base": null,
"refs": {
"Connection$ConnectionArn": "<p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between Amazon Web Services.</p> <note> <p>The ARN is never reused if the connection is deleted.</p> </note>",
"Connection$ConnectionArn": "<p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between Amazon Web Servicesservices.</p> <note> <p>The ARN is never reused if the connection is deleted.</p> </note>",
"CreateConnectionOutput$ConnectionArn": "<p>The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between Amazon Web Services services.</p> <note> <p>The ARN is never reused if the connection is deleted.</p> </note>",
"CreateRepositoryLinkInput$ConnectionArn": "<p>The Amazon Resource Name (ARN) of the connection to be associated with the repository link.</p>",
"DeleteConnectionInput$ConnectionArn": "<p>The Amazon Resource Name (ARN) of the connection to be deleted.</p> <note> <p>The ARN is never reused if the connection is deleted.</p> </note>",
Expand Down Expand Up @@ -538,6 +538,14 @@
"UpdateSyncConfigurationInput$PublishDeploymentStatus": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
}
},
"PullRequestComment": {
"base": null,
"refs": {
"CreateSyncConfigurationInput$PullRequestComment": "<p>A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.</p>",
"SyncConfiguration$PullRequestComment": "<p>A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.</p>",
"UpdateSyncConfigurationInput$PullRequestComment": "<p>TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.</p>"
}
},
"RepositoryLinkArn": {
"base": null,
"refs": {
Expand Down
44 changes: 44 additions & 0 deletions apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3109,6 +3109,26 @@
{"shape":"EntityNotFoundException"}
]
},
"TestConnection":{
"name":"TestConnection",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TestConnectionRequest"},
"output":{"shape":"TestConnectionResponse"},
"errors":[
{"shape":"InvalidInputException"},
{"shape":"OperationTimeoutException"},
{"shape":"ResourceNumberLimitExceededException"},
{"shape":"GlueEncryptionException"},
{"shape":"FederationSourceException"},
{"shape":"AccessDeniedException"},
{"shape":"EntityNotFoundException"},
{"shape":"ConflictException"},
{"shape":"InternalServiceException"}
]
},
"UntagResource":{
"name":"UntagResource",
"http":{
Expand Down Expand Up @@ -13453,6 +13473,30 @@
"FIND_MATCHES"
]
},
"TestConnectionInput":{
"type":"structure",
"required":[
"ConnectionType",
"ConnectionProperties"
],
"members":{
"ConnectionType":{"shape":"ConnectionType"},
"ConnectionProperties":{"shape":"ConnectionProperties"},
"AuthenticationConfiguration":{"shape":"AuthenticationConfigurationInput"}
}
},
"TestConnectionRequest":{
"type":"structure",
"members":{
"ConnectionName":{"shape":"NameString"},
"TestConnectionInput":{"shape":"TestConnectionInput"}
}
},
"TestConnectionResponse":{
"type":"structure",
"members":{
}
},
"ThrottlingException":{
"type":"structure",
"members":{
Expand Down
27 changes: 24 additions & 3 deletions apis/glue/2017-03-31/docs-2.json

Large diffs are not rendered by default.

31 changes: 24 additions & 7 deletions apis/lambda/2015-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
{"shape":"InvalidParameterValueException"},
{"shape":"PolicyLengthExceededException"},
{"shape":"TooManyRequestsException"},
{"shape":"PreconditionFailedException"}
{"shape":"PreconditionFailedException"},
{"shape":"PublicPolicyException"}
]
},
"CreateAlias":{
Expand Down Expand Up @@ -1104,7 +1105,8 @@
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterValueException"},
{"shape":"TooManyRequestsException"},
{"shape":"PreconditionFailedException"}
{"shape":"PreconditionFailedException"},
{"shape":"PublicPolicyException"}
]
},
"TagResource":{
Expand Down Expand Up @@ -1598,7 +1600,8 @@
"members":{
"Description":{"shape":"Description"},
"AllowedPublishers":{"shape":"AllowedPublishers"},
"CodeSigningPolicies":{"shape":"CodeSigningPolicies"}
"CodeSigningPolicies":{"shape":"CodeSigningPolicies"},
"Tags":{"shape":"Tags"}
}
},
"CreateCodeSigningConfigResponse":{
Expand All @@ -1625,6 +1628,7 @@
"MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
"BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
"MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
"Tags":{"shape":"Tags"},
"TumblingWindowInSeconds":{"shape":"TumblingWindowInSeconds"},
"Topics":{"shape":"Topics"},
"Queues":{"shape":"Queues"},
Expand Down Expand Up @@ -2064,6 +2068,12 @@
"max":10240,
"min":512
},
"EventSourceMappingArn":{
"type":"string",
"max":120,
"min":85,
"pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:event-source-mapping:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"
},
"EventSourceMappingConfiguration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2095,7 +2105,8 @@
"ScalingConfig":{"shape":"ScalingConfig"},
"DocumentDBEventSourceConfig":{"shape":"DocumentDBEventSourceConfig"},
"KMSKeyArn":{"shape":"KMSKeyArn"},
"FilterCriteriaError":{"shape":"FilterCriteriaError"}
"FilterCriteriaError":{"shape":"FilterCriteriaError"},
"EventSourceMappingArn":{"shape":"EventSourceMappingArn"}
}
},
"EventSourceMappingsList":{
Expand Down Expand Up @@ -3478,7 +3489,7 @@
"required":["Resource"],
"members":{
"Resource":{
"shape":"FunctionArn",
"shape":"TaggableResource",
"location":"uri",
"locationName":"ARN"
}
Expand Down Expand Up @@ -4480,14 +4491,20 @@
],
"members":{
"Resource":{
"shape":"FunctionArn",
"shape":"TaggableResource",
"location":"uri",
"locationName":"ARN"
},
"Tags":{"shape":"Tags"}
}
},
"TagValue":{"type":"string"},
"TaggableResource":{
"type":"string",
"max":256,
"min":1,
"pattern":"arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:(function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?|code-signing-config:csc-[a-z0-9]{17}|event-source-mapping:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})"
},
"Tags":{
"type":"map",
"key":{"shape":"TagKey"},
Expand Down Expand Up @@ -4593,7 +4610,7 @@
],
"members":{
"Resource":{
"shape":"FunctionArn",
"shape":"TaggableResource",
"location":"uri",
"locationName":"ARN"
},
Expand Down
Loading

0 comments on commit e6ef6d8

Please sign in to comment.