|
13 | 13 | "DisassociateLicense": "<p>Removes the Grafana Enterprise license from a workspace.</p>",
|
14 | 14 | "ListPermissions": "<p>Lists the users and groups who have the Grafana <code>Admin</code> and <code>Editor</code> roles in this workspace. If you use this operation without specifying <code>userId</code> or <code>groupId</code>, the operation returns the roles of all users and groups. If you specify a <code>userId</code> or a <code>groupId</code>, only the roles for that user or group are returned. If you do this, you can specify only one <code>userId</code> or one <code>groupId</code>.</p>",
|
15 | 15 | "ListTagsForResource": "<p>The <code>ListTagsForResource</code> operation returns the tags that are associated with the Amazon Managed Service for Grafana resource specified by the <code>resourceArn</code>. Currently, the only resource that can be tagged is a workspace. </p>",
|
| 16 | + "ListVersions": "<p>Lists available versions of Grafana. These are available when calling <code>CreateWorkspace</code>. Optionally, include a workspace to list the versions to which it can be upgraded.</p>", |
16 | 17 | "ListWorkspaces": "<p>Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use <a href=\"https://docs.aws.amazon.com/AAMG/latest/APIReference/API_DescribeWorkspace.html\">DescribeWorkspace</a>.</p>",
|
17 | 18 | "TagResource": "<p>The <code>TagResource</code> operation associates tags with an Amazon Managed Grafana resource. Currently, the only resource that can be tagged is workspaces. </p> <p>If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.</p>",
|
18 | 19 | "UntagResource": "<p>The <code>UntagResource</code> operation removes the association of the tag with the Amazon Managed Grafana resource. </p>",
|
|
262 | 263 | "GrafanaVersion": {
|
263 | 264 | "base": null,
|
264 | 265 | "refs": {
|
265 |
| - "CreateWorkspaceRequest$grafanaVersion": "<p>Specifies the version of Grafana to support in the new workspace.</p> <p>Supported values are <code>8.4</code> and <code>9.4</code>.</p>", |
| 266 | + "CreateWorkspaceRequest$grafanaVersion": "<p>Specifies the version of Grafana to support in the new workspace.</p> <p>To get a list of supported version, use the <code>ListVersions</code> operation.</p>", |
| 267 | + "DescribeWorkspaceConfigurationResponse$grafanaVersion": "<p>The supported Grafana version for the workspace.</p>", |
| 268 | + "GrafanaVersionList$member": null, |
| 269 | + "UpdateWorkspaceConfigurationRequest$grafanaVersion": "<p>Specifies the version of Grafana to support in the new workspace.</p> <p>Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4).</p> <p>To know what versions are available to upgrade to for a specific workspace, see the <code>ListVersions</code> operation.</p>", |
266 | 270 | "WorkspaceDescription$grafanaVersion": "<p>The version of Grafana supported in this workspace.</p>",
|
267 | 271 | "WorkspaceSummary$grafanaVersion": "<p>The Grafana version that the workspace is running.</p>"
|
268 | 272 | }
|
269 | 273 | },
|
| 274 | + "GrafanaVersionList": { |
| 275 | + "base": null, |
| 276 | + "refs": { |
| 277 | + "ListVersionsResponse$grafanaVersions": "<p>The Grafana versions available to create. If a workspace ID is included in the request, the Grafana versions to which this workspace can be upgraded.</p>" |
| 278 | + } |
| 279 | + }, |
270 | 280 | "IamRoleArn": {
|
271 | 281 | "base": null,
|
272 | 282 | "refs": {
|
|
333 | 343 | "refs": {
|
334 | 344 | }
|
335 | 345 | },
|
| 346 | + "ListVersionsRequest": { |
| 347 | + "base": null, |
| 348 | + "refs": { |
| 349 | + } |
| 350 | + }, |
| 351 | + "ListVersionsRequestMaxResultsInteger": { |
| 352 | + "base": null, |
| 353 | + "refs": { |
| 354 | + "ListVersionsRequest$maxResults": "<p>The maximum number of results to include in the response.</p>" |
| 355 | + } |
| 356 | + }, |
| 357 | + "ListVersionsResponse": { |
| 358 | + "base": null, |
| 359 | + "refs": { |
| 360 | + } |
| 361 | + }, |
336 | 362 | "ListWorkspacesRequest": {
|
337 | 363 | "base": null,
|
338 | 364 | "refs": {
|
|
356 | 382 | }
|
357 | 383 | },
|
358 | 384 | "NetworkAccessConfiguration": {
|
359 |
| - "base": "<p>The configuration settings for in-bound network access to your workspace.</p> <p>When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required.</p> <p>If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.</p>", |
| 385 | + "base": "<p>The configuration settings for in-bound network access to your workspace.</p> <p>When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization are still required.</p> <p>Access is granted to a caller that is in either the IP address list or the VPC endpoint list - they do not need to be in both.</p> <p>If this is not configured, or is removed, then all IP addresses and VPC endpoints are allowed. Standard Grafana authentication and authorization are still required.</p> <note> <p>While both <code>prefixListIds</code> and <code>vpceIds</code> are required, you can pass in an empty array of strings for either parameter if you do not want to allow any of that type.</p> <p>If both are passed as empty arrays, no traffic is allowed to the workspace, because only <i>explicitly</i> allowed connections are accepted.</p> </note>", |
360 | 386 | "refs": {
|
361 | 387 | "CreateWorkspaceRequest$networkAccessControl": "<p>Configuration for network access to your workspace.</p> <p>When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required.</p> <p>If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.</p>",
|
362 | 388 | "UpdateWorkspaceRequest$networkAccessControl": "<p>The configuration settings for network access to your workspace.</p> <p>When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required.</p> <p>If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.</p>",
|
|
413 | 439 | "refs": {
|
414 | 440 | "ListPermissionsRequest$nextToken": "<p>The token to use when requesting the next set of results. You received this token from a previous <code>ListPermissions</code> operation.</p>",
|
415 | 441 | "ListPermissionsResponse$nextToken": "<p>The token to use in a subsequent <code>ListPermissions</code> operation to return the next set of results.</p>",
|
| 442 | + "ListVersionsRequest$nextToken": "<p>The token to use when requesting the next set of results. You receive this token from a previous <code>ListVersions</code> operation.</p>", |
| 443 | + "ListVersionsResponse$nextToken": "<p>The token to use in a subsequent <code>ListVersions</code> operation to return the next set of results.</p>", |
416 | 444 | "ListWorkspacesRequest$nextToken": "<p>The token for the next set of workspaces to return. (You receive this token from a previous <code>ListWorkspaces</code> operation.)</p>",
|
417 | 445 | "ListWorkspacesResponse$nextToken": "<p>The token to use when requesting the next set of workspaces.</p>"
|
418 | 446 | }
|
|
446 | 474 | "PrefixListIds": {
|
447 | 475 | "base": null,
|
448 | 476 | "refs": {
|
449 |
| - "NetworkAccessConfiguration$prefixListIds": "<p>An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration then no IP addresses will be allowed to access the workspace. You create a prefix list using the Amazon VPC console.</p> <p>Prefix list IDs have the format <code>pl-<i>1a2b3c4d</i> </code>.</p> <p>For more information about prefix lists, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/managed-prefix-lists.html\">Group CIDR blocks using managed prefix lists</a>in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>" |
| 477 | + "NetworkAccessConfiguration$prefixListIds": "<p>An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration (passed an empty array) then no IP addresses are allowed to access the workspace. You create a prefix list using the Amazon VPC console.</p> <p>Prefix list IDs have the format <code>pl-<i>1a2b3c4d</i> </code>.</p> <p>For more information about prefix lists, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/managed-prefix-lists.html\">Group CIDR blocks using managed prefix lists</a>in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>" |
450 | 478 | }
|
451 | 479 | },
|
452 | 480 | "ResourceNotFoundException": {
|
|
767 | 795 | }
|
768 | 796 | },
|
769 | 797 | "VpcConfiguration": {
|
770 |
| - "base": "<p>The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.</p> <note> <p>Provided <code>securityGroupIds</code> and <code>subnetIds</code> must be part of the same VPC.</p> </note>", |
| 798 | + "base": "<p>The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.</p> <note> <p>Provided <code>securityGroupIds</code> and <code>subnetIds</code> must be part of the same VPC.</p> <p>Connecting to a private VPC is not yet available in the Asia Pacific (Seoul) Region (ap-northeast-2).</p> </note>", |
771 | 799 | "refs": {
|
772 |
| - "CreateWorkspaceRequest$vpcConfiguration": "<p>The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.</p>", |
| 800 | + "CreateWorkspaceRequest$vpcConfiguration": "<p>The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.</p> <note> <p>Connecting to a private VPC is not yet available in the Asia Pacific (Seoul) Region (ap-northeast-2).</p> </note>", |
773 | 801 | "UpdateWorkspaceRequest$vpcConfiguration": "<p>The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.</p>",
|
774 | 802 | "WorkspaceDescription$vpcConfiguration": "<p>The configuration for connecting to data sources in a private VPC (Amazon Virtual Private Cloud).</p>"
|
775 | 803 | }
|
|
783 | 811 | "VpceIds": {
|
784 | 812 | "base": null,
|
785 | 813 | "refs": {
|
786 |
| - "NetworkAccessConfiguration$vpceIds": "<p>An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed Grafana workspace for access from within a VPC. If a <code>NetworkAccessConfiguration</code> is specified then only VPC endpoints specified here will be allowed to access the workspace.</p> <p>VPC endpoint IDs have the format <code>vpce-<i>1a2b3c4d</i> </code>.</p> <p>For more information about creating an interface VPC endpoint, see <a href=\"https://docs.aws.amazon.com/grafana/latest/userguide/VPC-endpoints\">Interface VPC endpoints</a> in the <i>Amazon Managed Grafana User Guide</i>.</p> <note> <p>The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the <code>com.amazonaws.[region].grafana-workspace</code> service endpoint). Other VPC endpoints will be ignored.</p> </note>" |
| 814 | + "NetworkAccessConfiguration$vpceIds": "<p>An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed Grafana workspace for access from within a VPC. If a <code>NetworkAccessConfiguration</code> is specified then only VPC endpoints specified here are allowed to access the workspace. If you pass in an empty array of strings, then no VPCs are allowed to access the workspace.</p> <p>VPC endpoint IDs have the format <code>vpce-<i>1a2b3c4d</i> </code>.</p> <p>For more information about creating an interface VPC endpoint, see <a href=\"https://docs.aws.amazon.com/grafana/latest/userguide/VPC-endpoints\">Interface VPC endpoints</a> in the <i>Amazon Managed Grafana User Guide</i>.</p> <note> <p>The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the <code>com.amazonaws.[region].grafana-workspace</code> service endpoint). Other VPC endpoints are ignored.</p> </note>" |
787 | 815 | }
|
788 | 816 | },
|
789 | 817 | "WorkspaceDescription": {
|
|
811 | 839 | "DescribeWorkspaceRequest$workspaceId": "<p>The ID of the workspace to display information about.</p>",
|
812 | 840 | "DisassociateLicenseRequest$workspaceId": "<p>The ID of the workspace to remove the Grafana Enterprise license from.</p>",
|
813 | 841 | "ListPermissionsRequest$workspaceId": "<p>The ID of the workspace to list permissions for. This parameter is required.</p>",
|
| 842 | + "ListVersionsRequest$workspaceId": "<p>The ID of the workspace to list the available upgrade versions. If not included, lists all versions of Grafana that are supported for <code>CreateWorkspace</code>.</p>", |
814 | 843 | "UpdatePermissionsRequest$workspaceId": "<p>The ID of the workspace to update.</p>",
|
815 | 844 | "UpdateWorkspaceAuthenticationRequest$workspaceId": "<p>The ID of the workspace to update the authentication for.</p>",
|
816 | 845 | "UpdateWorkspaceConfigurationRequest$workspaceId": "<p>The ID of the workspace to update.</p>",
|
|
0 commit comments