Skip to content

Commit

Permalink
Release v1.44.76 (2022-08-12) (#4518)
Browse files Browse the repository at this point in the history
Release v1.44.76 (2022-08-12)
===

### Service Client Updates
* `service/amp`: Updates service API and documentation
* `service/chime-sdk-messaging`: Updates service API, documentation, and paginators
* `service/ivs`: Updates service API and documentation
* `service/personalize-runtime`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Adds support for RDS Custom to DBInstanceClass in ModifyDBInstance
  • Loading branch information
aws-sdk-go-automation committed Aug 12, 2022
1 parent 4642204 commit 0557123
Show file tree
Hide file tree
Showing 22 changed files with 2,690 additions and 203 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.44.76 (2022-08-12)
===

### Service Client Updates
* `service/amp`: Updates service API and documentation
* `service/chime-sdk-messaging`: Updates service API, documentation, and paginators
* `service/ivs`: Updates service API and documentation
* `service/personalize-runtime`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Adds support for RDS Custom to DBInstanceClass in ModifyDBInstance

Release v1.44.75 (2022-08-11)
===

Expand Down
3 changes: 3 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.75"
const SDKVersion = "1.44.76"
195 changes: 195 additions & 0 deletions models/apis/amp/2020-08-01/api-2.json
Expand Up @@ -32,6 +32,23 @@
],
"idempotent":true
},
"CreateLoggingConfiguration":{
"name":"CreateLoggingConfiguration",
"http":{
"method":"POST",
"requestUri":"/workspaces/{workspaceId}/logging",
"responseCode":202
},
"input":{"shape":"CreateLoggingConfigurationRequest"},
"output":{"shape":"CreateLoggingConfigurationResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"idempotent":true
},
"CreateRuleGroupsNamespace":{
"name":"CreateRuleGroupsNamespace",
"http":{
Expand Down Expand Up @@ -89,6 +106,23 @@
],
"idempotent":true
},
"DeleteLoggingConfiguration":{
"name":"DeleteLoggingConfiguration",
"http":{
"method":"DELETE",
"requestUri":"/workspaces/{workspaceId}/logging",
"responseCode":202
},
"input":{"shape":"DeleteLoggingConfigurationRequest"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"idempotent":true
},
"DeleteRuleGroupsNamespace":{
"name":"DeleteRuleGroupsNamespace",
"http":{
Expand Down Expand Up @@ -142,6 +176,22 @@
{"shape":"InternalServerException"}
]
},
"DescribeLoggingConfiguration":{
"name":"DescribeLoggingConfiguration",
"http":{
"method":"GET",
"requestUri":"/workspaces/{workspaceId}/logging",
"responseCode":200
},
"input":{"shape":"DescribeLoggingConfigurationRequest"},
"output":{"shape":"DescribeLoggingConfigurationResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
]
},
"DescribeRuleGroupsNamespace":{
"name":"DescribeRuleGroupsNamespace",
"http":{
Expand Down Expand Up @@ -301,6 +351,24 @@
],
"idempotent":true
},
"UpdateLoggingConfiguration":{
"name":"UpdateLoggingConfiguration",
"http":{
"method":"PUT",
"requestUri":"/workspaces/{workspaceId}/logging",
"responseCode":202
},
"input":{"shape":"UpdateLoggingConfigurationRequest"},
"output":{"shape":"UpdateLoggingConfigurationResponse"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"idempotent":true
},
"UpdateWorkspaceAlias":{
"name":"UpdateWorkspaceAlias",
"http":{
Expand Down Expand Up @@ -413,6 +481,32 @@
"status":{"shape":"AlertManagerDefinitionStatus"}
}
},
"CreateLoggingConfigurationRequest":{
"type":"structure",
"required":[
"logGroupArn",
"workspaceId"
],
"members":{
"clientToken":{
"shape":"IdempotencyToken",
"idempotencyToken":true
},
"logGroupArn":{"shape":"LogGroupArn"},
"workspaceId":{
"shape":"WorkspaceId",
"location":"uri",
"locationName":"workspaceId"
}
}
},
"CreateLoggingConfigurationResponse":{
"type":"structure",
"required":["status"],
"members":{
"status":{"shape":"LoggingConfigurationStatus"}
}
},
"CreateRuleGroupsNamespaceRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -491,6 +585,23 @@
}
}
},
"DeleteLoggingConfigurationRequest":{
"type":"structure",
"required":["workspaceId"],
"members":{
"clientToken":{
"shape":"IdempotencyToken",
"idempotencyToken":true,
"location":"querystring",
"locationName":"clientToken"
},
"workspaceId":{
"shape":"WorkspaceId",
"location":"uri",
"locationName":"workspaceId"
}
}
},
"DeleteRuleGroupsNamespaceRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -551,6 +662,24 @@
"alertManagerDefinition":{"shape":"AlertManagerDefinitionDescription"}
}
},
"DescribeLoggingConfigurationRequest":{
"type":"structure",
"required":["workspaceId"],
"members":{
"workspaceId":{
"shape":"WorkspaceId",
"location":"uri",
"locationName":"workspaceId"
}
}
},
"DescribeLoggingConfigurationResponse":{
"type":"structure",
"required":["loggingConfiguration"],
"members":{
"loggingConfiguration":{"shape":"LoggingConfigurationMetadata"}
}
},
"DescribeRuleGroupsNamespaceRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -712,6 +841,46 @@
"workspaces":{"shape":"WorkspaceSummaryList"}
}
},
"LogGroupArn":{
"type":"string",
"pattern":"^arn:aws[a-z0-9-]*:logs:[a-z0-9-]+:\\d{12}:log-group:[A-Za-z0-9\\.\\-\\_\\#/]{1,512}\\:\\*$"
},
"LoggingConfigurationMetadata":{
"type":"structure",
"required":[
"createdAt",
"logGroupArn",
"modifiedAt",
"status",
"workspace"
],
"members":{
"createdAt":{"shape":"Timestamp"},
"logGroupArn":{"shape":"LogGroupArn"},
"modifiedAt":{"shape":"Timestamp"},
"status":{"shape":"LoggingConfigurationStatus"},
"workspace":{"shape":"WorkspaceId"}
}
},
"LoggingConfigurationStatus":{
"type":"structure",
"required":["statusCode"],
"members":{
"statusCode":{"shape":"LoggingConfigurationStatusCode"},
"statusReason":{"shape":"String"}
}
},
"LoggingConfigurationStatusCode":{
"type":"string",
"enum":[
"CREATING",
"ACTIVE",
"UPDATING",
"DELETING",
"CREATION_FAILED",
"UPDATE_FAILED"
]
},
"PaginationToken":{"type":"string"},
"PutAlertManagerDefinitionRequest":{
"type":"structure",
Expand Down Expand Up @@ -976,6 +1145,32 @@
"members":{
}
},
"UpdateLoggingConfigurationRequest":{
"type":"structure",
"required":[
"logGroupArn",
"workspaceId"
],
"members":{
"clientToken":{
"shape":"IdempotencyToken",
"idempotencyToken":true
},
"logGroupArn":{"shape":"LogGroupArn"},
"workspaceId":{
"shape":"WorkspaceId",
"location":"uri",
"locationName":"workspaceId"
}
}
},
"UpdateLoggingConfigurationResponse":{
"type":"structure",
"required":["status"],
"members":{
"status":{"shape":"LoggingConfigurationStatus"}
}
},
"UpdateWorkspaceAliasRequest":{
"type":"structure",
"required":["workspaceId"],
Expand Down

0 comments on commit 0557123

Please sign in to comment.