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 Dec 21, 2023
1 parent cf2faa6 commit b2fe415
Show file tree
Hide file tree
Showing 102 changed files with 7,375 additions and 316 deletions.
18 changes: 14 additions & 4 deletions apis/amp/2020-08-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,8 @@
"shape":"IdempotencyToken",
"idempotencyToken":true
},
"tags":{"shape":"TagMap"}
"tags":{"shape":"TagMap"},
"kmsKeyArn":{"shape":"KmsKeyArn"}
}
},
"CreateWorkspaceResponse":{
Expand All @@ -697,7 +698,8 @@
"workspaceId":{"shape":"WorkspaceId"},
"arn":{"shape":"WorkspaceArn"},
"status":{"shape":"WorkspaceStatus"},
"tags":{"shape":"TagMap"}
"tags":{"shape":"TagMap"},
"kmsKeyArn":{"shape":"KmsKeyArn"}
}
},
"DeleteAlertManagerDefinitionRequest":{
Expand Down Expand Up @@ -976,6 +978,12 @@
"fault":true,
"retryable":{"throttling":false}
},
"KmsKeyArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"arn:aws:kms:[a-z0-9\\-]+:\\d+:key/[a-f0-9\\-]+"
},
"ListRuleGroupsNamespacesRequest":{
"type":"structure",
"required":["workspaceId"],
Expand Down Expand Up @@ -1658,7 +1666,8 @@
"status":{"shape":"WorkspaceStatus"},
"prometheusEndpoint":{"shape":"Uri"},
"createdAt":{"shape":"Timestamp"},
"tags":{"shape":"TagMap"}
"tags":{"shape":"TagMap"},
"kmsKeyArn":{"shape":"KmsKeyArn"}
}
},
"WorkspaceId":{
Expand Down Expand Up @@ -1698,7 +1707,8 @@
"arn":{"shape":"WorkspaceArn"},
"status":{"shape":"WorkspaceStatus"},
"createdAt":{"shape":"Timestamp"},
"tags":{"shape":"TagMap"}
"tags":{"shape":"TagMap"},
"kmsKeyArn":{"shape":"KmsKeyArn"}
}
},
"WorkspaceSummaryList":{
Expand Down
9 changes: 9 additions & 0 deletions apis/amp/2020-08-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,15 @@
"refs": {
}
},
"KmsKeyArn": {
"base": "<p>A KMS Key ARN.</p>",
"refs": {
"CreateWorkspaceRequest$kmsKeyArn": "<p>Optional, customer managed KMS key used to encrypt data for this workspace</p>",
"CreateWorkspaceResponse$kmsKeyArn": "<p>Customer managed KMS key ARN for this workspace</p>",
"WorkspaceDescription$kmsKeyArn": "<p>The customer managed KMS key of this workspace.</p>",
"WorkspaceSummary$kmsKeyArn": "<p>Customer managed KMS key ARN for this workspace</p>"
}
},
"ListRuleGroupsNamespacesRequest": {
"base": "<p>Represents the input of a ListRuleGroupsNamespaces operation.</p>",
"refs": {
Expand Down
169 changes: 154 additions & 15 deletions apis/appintegrations/2020-07-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
{"shape":"DuplicateResourceException"},
{"shape":"ThrottlingException"},
{"shape":"InvalidRequestException"},
{"shape":"AccessDeniedException"}
{"shape":"AccessDeniedException"},
{"shape":"UnsupportedOperationException"}
]
},
"CreateDataIntegration":{
Expand Down Expand Up @@ -63,6 +64,22 @@
{"shape":"AccessDeniedException"}
]
},
"DeleteApplication":{
"name":"DeleteApplication",
"http":{
"method":"DELETE",
"requestUri":"/applications/{ApplicationIdentifier}"
},
"input":{"shape":"DeleteApplicationRequest"},
"output":{"shape":"DeleteApplicationResponse"},
"errors":[
{"shape":"InternalServiceError"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidRequestException"},
{"shape":"AccessDeniedException"}
]
},
"DeleteDataIntegration":{
"name":"DeleteDataIntegration",
"http":{
Expand Down Expand Up @@ -99,7 +116,7 @@
"name":"GetApplication",
"http":{
"method":"GET",
"requestUri":"/applications/{Arn}"
"requestUri":"/applications/{ApplicationIdentifier}"
},
"input":{"shape":"GetApplicationRequest"},
"output":{"shape":"GetApplicationResponse"},
Expand Down Expand Up @@ -143,6 +160,22 @@
{"shape":"AccessDeniedException"}
]
},
"ListApplicationAssociations":{
"name":"ListApplicationAssociations",
"http":{
"method":"GET",
"requestUri":"/applications/{ApplicationIdentifier}/associations"
},
"input":{"shape":"ListApplicationAssociationsRequest"},
"output":{"shape":"ListApplicationAssociationsResponse"},
"errors":[
{"shape":"InternalServiceError"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidRequestException"},
{"shape":"AccessDeniedException"}
]
},
"ListApplications":{
"name":"ListApplications",
"http":{
Expand Down Expand Up @@ -269,7 +302,7 @@
"name":"UpdateApplication",
"http":{
"method":"PATCH",
"requestUri":"/applications/{Arn}"
"requestUri":"/applications/{ApplicationIdentifier}"
},
"input":{"shape":"UpdateApplicationRequest"},
"output":{"shape":"UpdateApplicationResponse"},
Expand All @@ -278,7 +311,8 @@
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidRequestException"},
{"shape":"AccessDeniedException"}
{"shape":"AccessDeniedException"},
{"shape":"UnsupportedOperationException"}
]
},
"UpdateDataIntegration":{
Expand Down Expand Up @@ -329,6 +363,20 @@
"max":50,
"min":1
},
"ApplicationAssociationSummary":{
"type":"structure",
"members":{
"ApplicationAssociationArn":{"shape":"Arn"},
"ApplicationArn":{"shape":"Arn"},
"ClientId":{"shape":"ClientId"}
}
},
"ApplicationAssociationsList":{
"type":"list",
"member":{"shape":"ApplicationAssociationSummary"},
"max":50,
"min":1
},
"ApplicationName":{
"type":"string",
"max":255,
Expand Down Expand Up @@ -405,13 +453,22 @@
"Namespace":{"shape":"ApplicationNamespace"},
"Description":{"shape":"Description"},
"ApplicationSourceConfig":{"shape":"ApplicationSourceConfig"},
"Subscriptions":{"shape":"SubscriptionList"},
"Publications":{"shape":"PublicationList"},
"Subscriptions":{
"shape":"SubscriptionList",
"deprecated":true,
"deprecatedMessage":"Subscriptions has been replaced with Permissions"
},
"Publications":{
"shape":"PublicationList",
"deprecated":true,
"deprecatedMessage":"Publications has been replaced with Permissions"
},
"ClientToken":{
"shape":"IdempotencyToken",
"idempotencyToken":true
},
"Tags":{"shape":"TagMap"}
"Tags":{"shape":"TagMap"},
"Permissions":{"shape":"PermissionList"}
}
},
"CreateApplicationResponse":{
Expand Down Expand Up @@ -512,6 +569,22 @@
"max":50,
"min":1
},
"DeleteApplicationRequest":{
"type":"structure",
"required":["Arn"],
"members":{
"Arn":{
"shape":"ArnOrUUID",
"location":"uri",
"locationName":"ApplicationIdentifier"
}
}
},
"DeleteApplicationResponse":{
"type":"structure",
"members":{
}
},
"DeleteDataIntegrationRequest":{
"type":"structure",
"required":["DataIntegrationIdentifier"],
Expand Down Expand Up @@ -547,7 +620,7 @@
"Description":{
"type":"string",
"max":1000,
"min":1,
"min":0,
"pattern":".*"
},
"DuplicateResourceException":{
Expand Down Expand Up @@ -669,7 +742,7 @@
"Arn":{
"shape":"ArnOrUUID",
"location":"uri",
"locationName":"Arn"
"locationName":"ApplicationIdentifier"
}
}
},
Expand All @@ -682,11 +755,20 @@
"Namespace":{"shape":"ApplicationNamespace"},
"Description":{"shape":"Description"},
"ApplicationSourceConfig":{"shape":"ApplicationSourceConfig"},
"Subscriptions":{"shape":"SubscriptionList"},
"Publications":{"shape":"PublicationList"},
"Subscriptions":{
"shape":"SubscriptionList",
"deprecated":true,
"deprecatedMessage":"Subscriptions has been replaced with Permissions"
},
"Publications":{
"shape":"PublicationList",
"deprecated":true,
"deprecatedMessage":"Publications has been replaced with Permissions"
},
"CreatedTime":{"shape":"Timestamp"},
"LastModifiedTime":{"shape":"Timestamp"},
"Tags":{"shape":"TagMap"}
"Tags":{"shape":"TagMap"},
"Permissions":{"shape":"PermissionList"}
}
},
"GetDataIntegrationRequest":{
Expand Down Expand Up @@ -766,6 +848,34 @@
"error":{"httpStatusCode":400},
"exception":true
},
"ListApplicationAssociationsRequest":{
"type":"structure",
"required":["ApplicationId"],
"members":{
"ApplicationId":{
"shape":"ArnOrUUID",
"location":"uri",
"locationName":"ApplicationIdentifier"
},
"NextToken":{
"shape":"NextToken",
"location":"querystring",
"locationName":"nextToken"
},
"MaxResults":{
"shape":"MaxResults",
"location":"querystring",
"locationName":"maxResults"
}
}
},
"ListApplicationAssociationsResponse":{
"type":"structure",
"members":{
"ApplicationAssociations":{"shape":"ApplicationAssociationsList"},
"NextToken":{"shape":"NextToken"}
}
},
"ListApplicationsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -946,6 +1056,18 @@
"key":{"shape":"NonBlankString"},
"value":{"shape":"FieldsMap"}
},
"Permission":{
"type":"string",
"max":255,
"min":1,
"pattern":"^[a-zA-Z0-9\\/\\._\\-\\*]+$"
},
"PermissionList":{
"type":"list",
"member":{"shape":"Permission"},
"max":150,
"min":0
},
"Publication":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1077,6 +1199,14 @@
"type":"string",
"pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
},
"UnsupportedOperationException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"error":{"httpStatusCode":400},
"exception":true
},
"UntagResourceRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1108,13 +1238,22 @@
"Arn":{
"shape":"ArnOrUUID",
"location":"uri",
"locationName":"Arn"
"locationName":"ApplicationIdentifier"
},
"Name":{"shape":"ApplicationName"},
"Description":{"shape":"Description"},
"ApplicationSourceConfig":{"shape":"ApplicationSourceConfig"},
"Subscriptions":{"shape":"SubscriptionList"},
"Publications":{"shape":"PublicationList"}
"Subscriptions":{
"shape":"SubscriptionList",
"deprecated":true,
"deprecatedMessage":"Subscriptions has been replaced with Permissions"
},
"Publications":{
"shape":"PublicationList",
"deprecated":true,
"deprecatedMessage":"Publications has been replaced with Permissions"
},
"Permissions":{"shape":"PermissionList"}
}
},
"UpdateApplicationResponse":{
Expand Down
Loading

0 comments on commit b2fe415

Please sign in to comment.