Skip to content

Commit

Permalink
chore: sync AWS service models
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Jul 13, 2023
1 parent 74fb92d commit dd0713a
Show file tree
Hide file tree
Showing 21 changed files with 4,800 additions and 767 deletions.
5 changes: 5 additions & 0 deletions .changes/a28a1f3d-726b-4955-a1ed-41c83784aa15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "a28a1f3d-726b-4955-a1ed-41c83784aa15",
"type": "misc",
"description": "Sync AWS service models"
}
63 changes: 49 additions & 14 deletions codegen/sdk/aws-models/cloudwatch-logs.json

Large diffs are not rendered by default.

925 changes: 642 additions & 283 deletions codegen/sdk/aws-models/cognito-identity-provider.json

Large diffs are not rendered by default.

146 changes: 137 additions & 9 deletions codegen/sdk/aws-models/connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"EvaluationFormVersion": {
"target": "com.amazonaws.connect#VersionNumber",
"traits": {
"smithy.api#documentation": "<p>The version of the evaluation form to activate. If the version property is not provided, the\n latest version of the evaluation form is activated.</p>",
"smithy.api#documentation": "<p>The version of the evaluation form to activate. If the version property is not provided, the latest version of the\n evaluation form is activated.</p>",
"smithy.api#required": {}
}
}
Expand Down Expand Up @@ -688,9 +688,15 @@
{
"target": "com.amazonaws.connect#DeletePrompt"
},
{
"target": "com.amazonaws.connect#DeleteQueue"
},
{
"target": "com.amazonaws.connect#DeleteQuickConnect"
},
{
"target": "com.amazonaws.connect#DeleteRoutingProfile"
},
{
"target": "com.amazonaws.connect#DeleteRule"
},
Expand Down Expand Up @@ -4306,7 +4312,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Creates an evaluation form in the specified Amazon Connect instance. The form can be\n used to define questions related to agent performance, and create sections to organize such\n questions. Question and section identifiers cannot be duplicated within the same evaluation\n form.</p>",
"smithy.api#documentation": "<p>Creates an evaluation form in the specified Amazon Connect instance. The form can be used to define\n questions related to agent performance, and create sections to organize such questions. Question and section identifiers\n cannot be duplicated within the same evaluation form.</p>",
"smithy.api#http": {
"method": "PUT",
"uri": "/evaluation-forms/{InstanceId}",
Expand Down Expand Up @@ -4730,7 +4736,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Adds a new participant into an on-going chat contact. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-customize-flow.html\">Customize chat\n flow experiences by integrating custom participants</a>.</p>",
"smithy.api#documentation": "<p>Adds a new participant into an on-going chat contact. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-customize-flow.html\">Customize chat\n flow experiences by integrating custom participants</a>.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/contact/create-participant",
Expand Down Expand Up @@ -4780,7 +4786,7 @@
"ParticipantCredentials": {
"target": "com.amazonaws.connect#ParticipantTokenCredentials",
"traits": {
"smithy.api#documentation": "<p>The token used by the chat participant to call <code>CreateParticipantConnection</code>. The\n participant token is valid for the lifetime of a chat participant.</p>"
"smithy.api#documentation": "<p>The token used by the chat participant to call <code>CreateParticipantConnection</code>. The participant\n token is valid for the lifetime of a chat participant.</p>"
}
},
"ParticipantId": {
Expand Down Expand Up @@ -4823,7 +4829,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a prompt. For more information about prompts, such as supported file types and\n maximum length, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/prompts.html\">Create prompts</a> in the <i>Amazon Connect Administrator's\n Guide</i>.</p>",
"smithy.api#documentation": "<p>Creates a prompt. For more information about prompts, such as supported file types and maximum length, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/prompts.html\">Create prompts</a> in the <i>Amazon Connect Administrator's Guide</i>.</p>",
"smithy.api#http": {
"method": "PUT",
"uri": "/prompts/{InstanceId}",
Expand Down Expand Up @@ -7026,6 +7032,67 @@
"smithy.api#input": {}
}
},
"com.amazonaws.connect#DeleteQueue": {
"type": "operation",
"input": {
"target": "com.amazonaws.connect#DeleteQueueRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.connect#InternalServiceException"
},
{
"target": "com.amazonaws.connect#InvalidParameterException"
},
{
"target": "com.amazonaws.connect#InvalidRequestException"
},
{
"target": "com.amazonaws.connect#ResourceInUseException"
},
{
"target": "com.amazonaws.connect#ResourceNotFoundException"
},
{
"target": "com.amazonaws.connect#ThrottlingException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes a queue.</p>",
"smithy.api#http": {
"method": "DELETE",
"uri": "/queues/{InstanceId}/{QueueId}",
"code": 200
}
}
},
"com.amazonaws.connect#DeleteQueueRequest": {
"type": "structure",
"members": {
"InstanceId": {
"target": "com.amazonaws.connect#InstanceId",
"traits": {
"smithy.api#documentation": "<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
},
"QueueId": {
"target": "com.amazonaws.connect#QueueId",
"traits": {
"smithy.api#documentation": "<p>The identifier for the queue.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.connect#DeleteQuickConnect": {
"type": "operation",
"input": {
Expand Down Expand Up @@ -7084,6 +7151,67 @@
"smithy.api#input": {}
}
},
"com.amazonaws.connect#DeleteRoutingProfile": {
"type": "operation",
"input": {
"target": "com.amazonaws.connect#DeleteRoutingProfileRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.connect#InternalServiceException"
},
{
"target": "com.amazonaws.connect#InvalidParameterException"
},
{
"target": "com.amazonaws.connect#InvalidRequestException"
},
{
"target": "com.amazonaws.connect#ResourceInUseException"
},
{
"target": "com.amazonaws.connect#ResourceNotFoundException"
},
{
"target": "com.amazonaws.connect#ThrottlingException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes a routing profile.</p>",
"smithy.api#http": {
"method": "DELETE",
"uri": "/routing-profiles/{InstanceId}/{RoutingProfileId}",
"code": 200
}
}
},
"com.amazonaws.connect#DeleteRoutingProfileRequest": {
"type": "structure",
"members": {
"InstanceId": {
"target": "com.amazonaws.connect#InstanceId",
"traits": {
"smithy.api#documentation": "<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
},
"RoutingProfileId": {
"target": "com.amazonaws.connect#RoutingProfileId",
"traits": {
"smithy.api#documentation": "<p>The identifier of the routing profile.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.connect#DeleteRule": {
"type": "operation",
"input": {
Expand Down Expand Up @@ -13395,7 +13523,7 @@
"InstanceAccessUrl": {
"target": "com.amazonaws.connect#Url",
"traits": {
"smithy.api#documentation": "<p>This URL allows contact center users to access Amazon Connect admin website.</p>"
"smithy.api#documentation": "<p>This URL allows contact center users to access the Amazon Connect admin website.</p>"
}
}
},
Expand Down Expand Up @@ -13715,7 +13843,7 @@
"InstanceAccessUrl": {
"target": "com.amazonaws.connect#Url",
"traits": {
"smithy.api#documentation": "<p>This URL allows contact center users to access Amazon Connect admin website.</p>"
"smithy.api#documentation": "<p>This URL allows contact center users to access the Amazon Connect admin website.</p>"
}
}
},
Expand Down Expand Up @@ -22259,7 +22387,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Searches the hours of operation in an Amazon Connect instance, with optional\n filtering.</p>",
"smithy.api#documentation": "<p>Searches the hours of operation in an Amazon Connect instance, with optional filtering.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/search-hours-of-operations",
Expand Down Expand Up @@ -26746,7 +26874,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Updates details about a specific evaluation form version in the specified Amazon Connect\n instance. Question and section identifiers cannot be duplicated within the same evaluation\n form.</p>\n <p>This operation does not support partial updates. Instead it does a full update of evaluation\n form content.</p>",
"smithy.api#documentation": "<p>Updates details about a specific evaluation form version in the specified Amazon Connect\n instance. Question and section\n identifiers cannot be duplicated within the same evaluation form.</p>\n <p>This operation does not support partial updates. Instead it does a full update of evaluation form content.</p>",
"smithy.api#http": {
"method": "PUT",
"uri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}",
Expand Down
Loading

0 comments on commit dd0713a

Please sign in to comment.