Skip to content

Commit

Permalink
Release v1.44.145 (2022-11-23) (#4636)
Browse files Browse the repository at this point in the history
Release v1.44.145 (2022-11-23)
===

### Service Client Updates
* `service/grafana`: Updates service API and documentation
* `service/rbin`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Nov 23, 2022
1 parent 1356aad commit d9ed7d6
Show file tree
Hide file tree
Showing 15 changed files with 4,790 additions and 112 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
Release v1.44.145 (2022-11-23)
===

### Service Client Updates
* `service/grafana`: Updates service API and documentation
* `service/rbin`: Updates service API and documentation

Release v1.44.144 (2022-11-22)
===

Expand Down
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.144"
const SDKVersion = "1.44.145"
127 changes: 126 additions & 1 deletion models/apis/grafana/2020-08-18/api-2.json
Expand Up @@ -138,6 +138,22 @@
{"shape":"InternalServerException"}
]
},
"DescribeWorkspaceConfiguration":{
"name":"DescribeWorkspaceConfiguration",
"http":{
"method":"GET",
"requestUri":"/workspaces/{workspaceId}/configuration",
"responseCode":200
},
"input":{"shape":"DescribeWorkspaceConfigurationRequest"},
"output":{"shape":"DescribeWorkspaceConfigurationResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
]
},
"DisassociateLicense":{
"name":"DisassociateLicense",
"http":{
Expand Down Expand Up @@ -291,6 +307,24 @@
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
]
},
"UpdateWorkspaceConfiguration":{
"name":"UpdateWorkspaceConfiguration",
"http":{
"method":"PUT",
"requestUri":"/workspaces/{workspaceId}/configuration",
"responseCode":202
},
"input":{"shape":"UpdateWorkspaceConfigurationRequest"},
"output":{"shape":"UpdateWorkspaceConfigurationResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
]
}
},
"shapes":{
Expand Down Expand Up @@ -485,10 +519,15 @@
"shape":"ClientToken",
"idempotencyToken":true
},
"configuration":{
"shape":"OverridableConfigurationJson",
"jsonvalue":true
},
"organizationRoleName":{"shape":"OrganizationRoleName"},
"permissionType":{"shape":"PermissionType"},
"stackSetName":{"shape":"StackSetName"},
"tags":{"shape":"TagMap"},
"vpcConfiguration":{"shape":"VpcConfiguration"},
"workspaceDataSources":{"shape":"DataSourceTypesList"},
"workspaceDescription":{"shape":"Description"},
"workspaceName":{"shape":"WorkspaceName"},
Expand All @@ -514,7 +553,8 @@
"TIMESTREAM",
"SITEWISE",
"ATHENA",
"REDSHIFT"
"REDSHIFT",
"TWINMAKER"
]
},
"DataSourceTypesList":{
Expand Down Expand Up @@ -587,6 +627,27 @@
"authentication":{"shape":"AuthenticationDescription"}
}
},
"DescribeWorkspaceConfigurationRequest":{
"type":"structure",
"required":["workspaceId"],
"members":{
"workspaceId":{
"shape":"WorkspaceId",
"location":"uri",
"locationName":"workspaceId"
}
}
},
"DescribeWorkspaceConfigurationResponse":{
"type":"structure",
"required":["configuration"],
"members":{
"configuration":{
"shape":"OverridableConfigurationJson",
"jsonvalue":true
}
}
},
"DescribeWorkspaceRequest":{
"type":"structure",
"required":["workspaceId"],
Expand Down Expand Up @@ -810,6 +871,11 @@
"member":{"shape":"OrganizationalUnit"},
"sensitive":true
},
"OverridableConfigurationJson":{
"type":"string",
"max":65536,
"min":2
},
"PaginationToken":{"type":"string"},
"PermissionEntry":{
"type":"structure",
Expand Down Expand Up @@ -902,6 +968,17 @@
"NOT_CONFIGURED"
]
},
"SecurityGroupId":{
"type":"string",
"max":255,
"min":0
},
"SecurityGroupIds":{
"type":"list",
"member":{"shape":"SecurityGroupId"},
"max":100,
"min":1
},
"ServiceQuotaExceededException":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -931,6 +1008,17 @@
},
"StackSetName":{"type":"string"},
"String":{"type":"string"},
"SubnetId":{
"type":"string",
"max":255,
"min":0
},
"SubnetIds":{
"type":"list",
"member":{"shape":"SubnetId"},
"max":100,
"min":1
},
"TagKey":{
"type":"string",
"max":128,
Expand Down Expand Up @@ -1111,14 +1199,39 @@
"authentication":{"shape":"AuthenticationDescription"}
}
},
"UpdateWorkspaceConfigurationRequest":{
"type":"structure",
"required":[
"configuration",
"workspaceId"
],
"members":{
"configuration":{
"shape":"OverridableConfigurationJson",
"jsonvalue":true
},
"workspaceId":{
"shape":"WorkspaceId",
"location":"uri",
"locationName":"workspaceId"
}
}
},
"UpdateWorkspaceConfigurationResponse":{
"type":"structure",
"members":{
}
},
"UpdateWorkspaceRequest":{
"type":"structure",
"required":["workspaceId"],
"members":{
"accountAccessType":{"shape":"AccountAccessType"},
"organizationRoleName":{"shape":"OrganizationRoleName"},
"permissionType":{"shape":"PermissionType"},
"removeVpcConfiguration":{"shape":"Boolean"},
"stackSetName":{"shape":"StackSetName"},
"vpcConfiguration":{"shape":"VpcConfiguration"},
"workspaceDataSources":{"shape":"DataSourceTypesList"},
"workspaceDescription":{"shape":"Description"},
"workspaceId":{
Expand Down Expand Up @@ -1202,6 +1315,17 @@
"OTHER"
]
},
"VpcConfiguration":{
"type":"structure",
"required":[
"securityGroupIds",
"subnetIds"
],
"members":{
"securityGroupIds":{"shape":"SecurityGroupIds"},
"subnetIds":{"shape":"SubnetIds"}
}
},
"WorkspaceDescription":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1236,6 +1360,7 @@
"stackSetName":{"shape":"StackSetName"},
"status":{"shape":"WorkspaceStatus"},
"tags":{"shape":"TagMap"},
"vpcConfiguration":{"shape":"VpcConfiguration"},
"workspaceRoleArn":{"shape":"IamRoleArn"}
}
},
Expand Down

0 comments on commit d9ed7d6

Please sign in to comment.