cdk-comprehend-s3olap 2.0.60 → 2.0.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +306 -295
  8. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +128 -87
  9. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +60 -44
  10. package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +274 -191
  11. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +501 -468
  12. package/node_modules/aws-sdk/apis/sagemaker-a2i-runtime-2019-11-07.min.json +12 -8
  13. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +7 -7
  14. package/node_modules/aws-sdk/clients/glue.d.ts +31 -2
  15. package/node_modules/aws-sdk/clients/iotwireless.d.ts +45 -0
  16. package/node_modules/aws-sdk/clients/location.d.ts +27 -13
  17. package/node_modules/aws-sdk/clients/pinpoint.d.ts +96 -0
  18. package/node_modules/aws-sdk/clients/quicksight.d.ts +10 -10
  19. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -5
  20. package/node_modules/aws-sdk/clients/sso.d.ts +19 -19
  21. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +82 -82
  22. package/node_modules/aws-sdk/clients/ssooidc.d.ts +11 -11
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +63 -47
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +35 -35
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/node_modules/esbuild/install.js +4 -4
  30. package/node_modules/esbuild/lib/main.js +7 -7
  31. package/node_modules/esbuild/package.json +22 -22
  32. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  33. package/node_modules/esbuild-linux-64/package.json +1 -1
  34. package/package.json +7 -7
@@ -84,11 +84,11 @@ declare class QuickSight extends Service {
84
84
  */
85
85
  createFolderMembership(callback?: (err: AWSError, data: QuickSight.Types.CreateFolderMembershipResponse) => void): Request<QuickSight.Types.CreateFolderMembershipResponse, AWSError>;
86
86
  /**
87
- * Creates an Amazon QuickSight group. The permissions resource is arn:aws:quicksight:&lt;your-region&gt;:&lt;relevant-aws-account-id&gt;:group/default/&lt;group-name&gt; . The response is a group object.
87
+ * Use the CreateGroup operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support. The permissions resource is arn:aws:quicksight:&lt;your-region&gt;:&lt;relevant-aws-account-id&gt;:group/default/&lt;group-name&gt; . The response is a group object.
88
88
  */
89
89
  createGroup(params: QuickSight.Types.CreateGroupRequest, callback?: (err: AWSError, data: QuickSight.Types.CreateGroupResponse) => void): Request<QuickSight.Types.CreateGroupResponse, AWSError>;
90
90
  /**
91
- * Creates an Amazon QuickSight group. The permissions resource is arn:aws:quicksight:&lt;your-region&gt;:&lt;relevant-aws-account-id&gt;:group/default/&lt;group-name&gt; . The response is a group object.
91
+ * Use the CreateGroup operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support. The permissions resource is arn:aws:quicksight:&lt;your-region&gt;:&lt;relevant-aws-account-id&gt;:group/default/&lt;group-name&gt; . The response is a group object.
92
92
  */
93
93
  createGroup(callback?: (err: AWSError, data: QuickSight.Types.CreateGroupResponse) => void): Request<QuickSight.Types.CreateGroupResponse, AWSError>;
94
94
  /**
@@ -524,11 +524,11 @@ declare class QuickSight extends Service {
524
524
  */
525
525
  generateEmbedUrlForRegisteredUser(callback?: (err: AWSError, data: QuickSight.Types.GenerateEmbedUrlForRegisteredUserResponse) => void): Request<QuickSight.Types.GenerateEmbedUrlForRegisteredUserResponse, AWSError>;
526
526
  /**
527
- * Generates a temporary session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the generated URL: They must be used together. They can be used one time only. They are valid for 5 minutes after you run this command. The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional SessionLifetimeInMinutes parameter to customi session duration. For more information, see Embedding Analytics Using GetDashboardEmbedUrl in the Amazon QuickSight User Guide. For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
527
+ * Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the generated URL: They must be used together. They can be used one time only. They are valid for 5 minutes after you run this command. You are charged only when the URL is used or there is interaction with Amazon QuickSight. The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional SessionLifetimeInMinutes parameter to customize session duration. For more information, see Embedding Analytics Using GetDashboardEmbedUrl in the Amazon QuickSight User Guide. For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
528
528
  */
529
529
  getDashboardEmbedUrl(params: QuickSight.Types.GetDashboardEmbedUrlRequest, callback?: (err: AWSError, data: QuickSight.Types.GetDashboardEmbedUrlResponse) => void): Request<QuickSight.Types.GetDashboardEmbedUrlResponse, AWSError>;
530
530
  /**
531
- * Generates a temporary session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the generated URL: They must be used together. They can be used one time only. They are valid for 5 minutes after you run this command. The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional SessionLifetimeInMinutes parameter to customi session duration. For more information, see Embedding Analytics Using GetDashboardEmbedUrl in the Amazon QuickSight User Guide. For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
531
+ * Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the generated URL: They must be used together. They can be used one time only. They are valid for 5 minutes after you run this command. You are charged only when the URL is used or there is interaction with Amazon QuickSight. The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional SessionLifetimeInMinutes parameter to customize session duration. For more information, see Embedding Analytics Using GetDashboardEmbedUrl in the Amazon QuickSight User Guide. For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
532
532
  */
533
533
  getDashboardEmbedUrl(callback?: (err: AWSError, data: QuickSight.Types.GetDashboardEmbedUrlResponse) => void): Request<QuickSight.Types.GetDashboardEmbedUrlResponse, AWSError>;
534
534
  /**
@@ -636,11 +636,11 @@ declare class QuickSight extends Service {
636
636
  */
637
637
  listIngestions(callback?: (err: AWSError, data: QuickSight.Types.ListIngestionsResponse) => void): Request<QuickSight.Types.ListIngestionsResponse, AWSError>;
638
638
  /**
639
- * Lists the namespaces for the specified Amazon Web Services account.
639
+ * Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.
640
640
  */
641
641
  listNamespaces(params: QuickSight.Types.ListNamespacesRequest, callback?: (err: AWSError, data: QuickSight.Types.ListNamespacesResponse) => void): Request<QuickSight.Types.ListNamespacesResponse, AWSError>;
642
642
  /**
643
- * Lists the namespaces for the specified Amazon Web Services account.
643
+ * Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.
644
644
  */
645
645
  listNamespaces(callback?: (err: AWSError, data: QuickSight.Types.ListNamespacesResponse) => void): Request<QuickSight.Types.ListNamespacesResponse, AWSError>;
646
646
  /**
@@ -4258,7 +4258,7 @@ declare namespace QuickSight {
4258
4258
  */
4259
4259
  ExperienceConfiguration: AnonymousUserEmbeddingExperienceConfiguration;
4260
4260
  /**
4261
- * The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console and instead allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call. To include a subdomain, use * to include all subdomains under a specific domain to the allow list. For example, https://*.sapp.amazon.com, includes all subdomains under https://sapp.amazon.com.
4261
+ * The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call. To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.
4262
4262
  */
4263
4263
  AllowedDomains?: StringList;
4264
4264
  }
@@ -4294,7 +4294,7 @@ declare namespace QuickSight {
4294
4294
  */
4295
4295
  ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfiguration;
4296
4296
  /**
4297
- * The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console and instead allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call. To include a subdomain, use * to include all subdomains under a specific domain to the allow list. For example, https://*.sapp.amazon.com, includes all subdomains under https://sapp.amazon.com.
4297
+ * The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call. To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.
4298
4298
  */
4299
4299
  AllowedDomains?: StringList;
4300
4300
  }
@@ -5067,7 +5067,7 @@ declare namespace QuickSight {
5067
5067
  */
5068
5068
  AwsAccountId: AwsAccountId;
5069
5069
  /**
5070
- * A pagination token that can be used in a subsequent request.
5070
+ * A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous ListNameSpaces API call if there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.
5071
5071
  */
5072
5072
  NextToken?: String;
5073
5073
  /**
@@ -5081,7 +5081,7 @@ declare namespace QuickSight {
5081
5081
  */
5082
5082
  Namespaces?: Namespaces;
5083
5083
  /**
5084
- * A pagination token that can be used in a subsequent request.
5084
+ * A unique pagination token that can be used in a subsequent request. Receiving NextToken in your response inticates that there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.
5085
5085
  */
5086
5086
  NextToken?: String;
5087
5087
  /**
@@ -3627,7 +3627,7 @@ declare namespace SageMaker {
3627
3627
  */
3628
3628
  Tags?: TagList;
3629
3629
  /**
3630
- * The KernelGatewayImageConfig.
3630
+ * The KernelGatewayImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel will be shown to users before the image starts. Once the image runs, all kernels are visible in JupyterLab.
3631
3631
  */
3632
3632
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
3633
3633
  }
@@ -10081,9 +10081,9 @@ declare namespace SageMaker {
10081
10081
  */
10082
10082
  OutputDataConfig: OutputDataConfig;
10083
10083
  /**
10084
- * The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches. Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want SageMaker to use the storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.
10084
+ * The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches. Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want SageMaker to use the storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1. If you want to use hyperparameter optimization with instance type flexibility, use HyperParameterTuningResourceConfig instead.
10085
10085
  */
10086
- ResourceConfig: ResourceConfig;
10086
+ ResourceConfig?: ResourceConfig;
10087
10087
  /**
10088
10088
  * Specifies a limit to how long a model hyperparameter training job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.
10089
10089
  */
@@ -10105,6 +10105,10 @@ declare namespace SageMaker {
10105
10105
  * The number of times to retry the job when the job fails due to an InternalServerError.
10106
10106
  */
10107
10107
  RetryStrategy?: RetryStrategy;
10108
+ /**
10109
+ * The configuration for the hyperparameter tuning resources, including the compute instances and storage volumes, used for training jobs launched by the tuning job. By default, storage volumes hold model artifacts and incremental states. Choose File for TrainingInputMode in the AlgorithmSpecificationparameter to additionally store training data in the storage volume (optional).
10110
+ */
10111
+ HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
10108
10112
  }
10109
10113
  export type HyperParameterTrainingJobDefinitionName = string;
10110
10114
  export type HyperParameterTrainingJobDefinitions = HyperParameterTrainingJobDefinition[];
@@ -10159,6 +10163,22 @@ declare namespace SageMaker {
10159
10163
  */
10160
10164
  ObjectiveStatus?: ObjectiveStatus;
10161
10165
  }
10166
+ export type HyperParameterTuningAllocationStrategy = "Prioritized"|string;
10167
+ export interface HyperParameterTuningInstanceConfig {
10168
+ /**
10169
+ * The instance type used for processing of hyperparameter optimization jobs. Choose from general purpose (no GPUs) instance types: ml.m5.xlarge, ml.m5.2xlarge, and ml.m5.4xlarge or compute optimized (no GPUs) instance types: ml.c5.xlarge and ml.c5.2xlarge. For more information about instance types, see instance type descriptions.
10170
+ */
10171
+ InstanceType: TrainingInstanceType;
10172
+ /**
10173
+ * The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See SageMaker distributed training jobs for more information.
10174
+ */
10175
+ InstanceCount: TrainingInstanceCount;
10176
+ /**
10177
+ * The volume size in GB of the data to be processed for hyperparameter optimization (optional).
10178
+ */
10179
+ VolumeSizeInGB: VolumeSizeInGB;
10180
+ }
10181
+ export type HyperParameterTuningInstanceConfigs = HyperParameterTuningInstanceConfig[];
10162
10182
  export type HyperParameterTuningJobArn = string;
10163
10183
  export interface HyperParameterTuningJobConfig {
10164
10184
  /**
@@ -10256,6 +10276,32 @@ declare namespace SageMaker {
10256
10276
  WarmStartType: HyperParameterTuningJobWarmStartType;
10257
10277
  }
10258
10278
  export type HyperParameterTuningJobWarmStartType = "IdenticalDataAndAlgorithm"|"TransferLearning"|string;
10279
+ export interface HyperParameterTuningResourceConfig {
10280
+ /**
10281
+ * The instance type used to run hyperparameter optimization tuning jobs. See descriptions of instance types for more information.
10282
+ */
10283
+ InstanceType?: TrainingInstanceType;
10284
+ /**
10285
+ * The number of compute instances of type InstanceType to use. For distributed training, select a value greater than 1.
10286
+ */
10287
+ InstanceCount?: TrainingInstanceCount;
10288
+ /**
10289
+ * The volume size in GB for the storage volume to be used in processing hyperparameter optimization jobs (optional). These volumes store model artifacts, incremental states and optionally, scratch space for training algorithms. Do not provide a value for this parameter if a value for InstanceConfigs is also specified. Some instance types have a fixed total local storage size. If you select one of these instances for training, VolumeSizeInGB cannot be greater than this total size. For a list of instance types with local instance storage and their sizes, see instance store volumes. SageMaker supports only the General Purpose SSD (gp2) storage volume type.
10290
+ */
10291
+ VolumeSizeInGB?: OptionalVolumeSizeInGB;
10292
+ /**
10293
+ * A key used by AWS Key Management Service to encrypt data on the storage volume attached to the compute instances used to run the training job. You can use either of the following formats to specify a key. KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" Amazon Resource Name (ARN) of a AWS KMS key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" Some instances use local storage, which use a hardware module to encrypt storage volumes. If you choose one of these instance types, you cannot request a VolumeKmsKeyId. For a list of instance types that use local storage, see instance store volumes. For more information about AWS Key Management Service, see AWS KMS encryption for more information.
10294
+ */
10295
+ VolumeKmsKeyId?: KmsKeyId;
10296
+ /**
10297
+ * The strategy that determines the order of preference for resources specified in InstanceConfigs used in hyperparameter optimization.
10298
+ */
10299
+ AllocationStrategy?: HyperParameterTuningAllocationStrategy;
10300
+ /**
10301
+ * A list containing the configuration(s) for one or more resources for processing hyperparameter jobs. These resources include compute instances and storage volumes to use in model training jobs launched by hyperparameter tuning jobs. The AllocationStrategy controls the order in which multiple configurations provided in InstanceConfigs are used. If you only want to use a single InstanceConfig inside the HyperParameterTuningResourceConfig API, do not provide a value for InstanceConfigs. Instead, use InstanceType, VolumeSizeInGB and InstanceCount. If you use InstanceConfigs, do not provide values for InstanceType, VolumeSizeInGB or InstanceCount.
10302
+ */
10303
+ InstanceConfigs?: HyperParameterTuningInstanceConfigs;
10304
+ }
10259
10305
  export type HyperParameterValue = string;
10260
10306
  export type HyperParameters = {[key: string]: HyperParameterValue};
10261
10307
  export type IdempotencyToken = string;
@@ -17920,7 +17966,7 @@ declare namespace SageMaker {
17920
17966
  */
17921
17967
  FeatureGroupName: FeatureGroupName;
17922
17968
  /**
17923
- * A list of the features that you're adding to the feature group.
17969
+ * Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
17924
17970
  */
17925
17971
  FeatureAdditions?: FeatureAdditions;
17926
17972
  }
@@ -18178,7 +18224,7 @@ declare namespace SageMaker {
18178
18224
  */
18179
18225
  ServiceCatalogProvisioningUpdateDetails?: ServiceCatalogProvisioningUpdateDetails;
18180
18226
  /**
18181
- * An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
18227
+ * An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.
18182
18228
  */
18183
18229
  Tags?: TagList;
18184
18230
  }
@@ -20,27 +20,27 @@ declare class SSO extends Service {
20
20
  */
21
21
  getRoleCredentials(callback?: (err: AWSError, data: SSO.Types.GetRoleCredentialsResponse) => void): Request<SSO.Types.GetRoleCredentialsResponse, AWSError>;
22
22
  /**
23
- * Lists all roles that are assigned to the user for a given AWS account.
23
+ * Lists all roles that are assigned to the user for a given Amazon Web Services account.
24
24
  */
25
25
  listAccountRoles(params: SSO.Types.ListAccountRolesRequest, callback?: (err: AWSError, data: SSO.Types.ListAccountRolesResponse) => void): Request<SSO.Types.ListAccountRolesResponse, AWSError>;
26
26
  /**
27
- * Lists all roles that are assigned to the user for a given AWS account.
27
+ * Lists all roles that are assigned to the user for a given Amazon Web Services account.
28
28
  */
29
29
  listAccountRoles(callback?: (err: AWSError, data: SSO.Types.ListAccountRolesResponse) => void): Request<SSO.Types.ListAccountRolesResponse, AWSError>;
30
30
  /**
31
- * Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the administrator of the account. For more information, see Assign User Access in the AWS SSO User Guide. This operation returns a paginated response.
31
+ * Lists all Amazon Web Services accounts assigned to the user. These Amazon Web Services accounts are assigned by the administrator of the account. For more information, see Assign User Access in the Amazon Web Services SSO User Guide. This operation returns a paginated response.
32
32
  */
33
33
  listAccounts(params: SSO.Types.ListAccountsRequest, callback?: (err: AWSError, data: SSO.Types.ListAccountsResponse) => void): Request<SSO.Types.ListAccountsResponse, AWSError>;
34
34
  /**
35
- * Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the administrator of the account. For more information, see Assign User Access in the AWS SSO User Guide. This operation returns a paginated response.
35
+ * Lists all Amazon Web Services accounts assigned to the user. These Amazon Web Services accounts are assigned by the administrator of the account. For more information, see Assign User Access in the Amazon Web Services SSO User Guide. This operation returns a paginated response.
36
36
  */
37
37
  listAccounts(callback?: (err: AWSError, data: SSO.Types.ListAccountsResponse) => void): Request<SSO.Types.ListAccountsResponse, AWSError>;
38
38
  /**
39
- * Removes the client- and server-side session that is associated with the user.
39
+ * Removes the locally stored SSO tokens from the client-side cache and sends an API call to the Amazon Web Services SSO service to invalidate the corresponding server-side Amazon Web Services SSO sign in session. If a user uses Amazon Web Services SSO to access the AWS CLI, the user’s Amazon Web Services SSO sign in session is used to obtain an IAM session, as specified in the corresponding Amazon Web Services SSO permission set. More specifically, Amazon Web Services SSO assumes an IAM role in the target account on behalf of the user, and the corresponding temporary Amazon Web Services credentials are returned to the client. After user logout, any existing IAM role sessions that were created by using Amazon Web Services SSO permission sets continue based on the duration configured in the permission set. For more information, see User authentications in the Amazon Web Services SSO User Guide.
40
40
  */
41
41
  logout(params: SSO.Types.LogoutRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
42
42
  /**
43
- * Removes the client- and server-side session that is associated with the user.
43
+ * Removes the locally stored SSO tokens from the client-side cache and sends an API call to the Amazon Web Services SSO service to invalidate the corresponding server-side Amazon Web Services SSO sign in session. If a user uses Amazon Web Services SSO to access the AWS CLI, the user’s Amazon Web Services SSO sign in session is used to obtain an IAM session, as specified in the corresponding Amazon Web Services SSO permission set. More specifically, Amazon Web Services SSO assumes an IAM role in the target account on behalf of the user, and the corresponding temporary Amazon Web Services credentials are returned to the client. After user logout, any existing IAM role sessions that were created by using Amazon Web Services SSO permission sets continue based on the duration configured in the permission set. For more information, see User authentications in the Amazon Web Services SSO User Guide.
44
44
  */
45
45
  logout(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
46
46
  }
@@ -50,15 +50,15 @@ declare namespace SSO {
50
50
  export type AccountIdType = string;
51
51
  export interface AccountInfo {
52
52
  /**
53
- * The identifier of the AWS account that is assigned to the user.
53
+ * The identifier of the Amazon Web Services account that is assigned to the user.
54
54
  */
55
55
  accountId?: AccountIdType;
56
56
  /**
57
- * The display name of the AWS account that is assigned to the user.
57
+ * The display name of the Amazon Web Services account that is assigned to the user.
58
58
  */
59
59
  accountName?: AccountNameType;
60
60
  /**
61
- * The email address of the AWS account that is assigned to the user.
61
+ * The email address of the Amazon Web Services account that is assigned to the user.
62
62
  */
63
63
  emailAddress?: EmailAddressType;
64
64
  }
@@ -72,11 +72,11 @@ declare namespace SSO {
72
72
  */
73
73
  roleName: RoleNameType;
74
74
  /**
75
- * The identifier for the AWS account that is assigned to the user.
75
+ * The identifier for the Amazon Web Services account that is assigned to the user.
76
76
  */
77
77
  accountId: AccountIdType;
78
78
  /**
79
- * The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.
79
+ * The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
80
80
  */
81
81
  accessToken: AccessTokenType;
82
82
  }
@@ -96,11 +96,11 @@ declare namespace SSO {
96
96
  */
97
97
  maxResults?: MaxResultType;
98
98
  /**
99
- * The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.
99
+ * The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
100
100
  */
101
101
  accessToken: AccessTokenType;
102
102
  /**
103
- * The identifier for the AWS account that is assigned to the user.
103
+ * The identifier for the Amazon Web Services account that is assigned to the user.
104
104
  */
105
105
  accountId: AccountIdType;
106
106
  }
@@ -124,7 +124,7 @@ declare namespace SSO {
124
124
  */
125
125
  maxResults?: MaxResultType;
126
126
  /**
127
- * The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.
127
+ * The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
128
128
  */
129
129
  accessToken: AccessTokenType;
130
130
  }
@@ -140,7 +140,7 @@ declare namespace SSO {
140
140
  }
141
141
  export interface LogoutRequest {
142
142
  /**
143
- * The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.
143
+ * The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
144
144
  */
145
145
  accessToken: AccessTokenType;
146
146
  }
@@ -148,15 +148,15 @@ declare namespace SSO {
148
148
  export type NextTokenType = string;
149
149
  export interface RoleCredentials {
150
150
  /**
151
- * The identifier used for the temporary security credentials. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.
151
+ * The identifier used for the temporary security credentials. For more information, see Using Temporary Security Credentials to Request Access to Amazon Web Services Resources in the Amazon Web Services IAM User Guide.
152
152
  */
153
153
  accessKeyId?: AccessKeyType;
154
154
  /**
155
- * The key that is used to sign the request. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.
155
+ * The key that is used to sign the request. For more information, see Using Temporary Security Credentials to Request Access to Amazon Web Services Resources in the Amazon Web Services IAM User Guide.
156
156
  */
157
157
  secretAccessKey?: SecretAccessKeyType;
158
158
  /**
159
- * The token used for temporary credentials. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.
159
+ * The token used for temporary credentials. For more information, see Using Temporary Security Credentials to Request Access to Amazon Web Services Resources in the Amazon Web Services IAM User Guide.
160
160
  */
161
161
  sessionToken?: SessionTokenType;
162
162
  /**
@@ -170,7 +170,7 @@ declare namespace SSO {
170
170
  */
171
171
  roleName?: RoleNameType;
172
172
  /**
173
- * The identifier of the AWS account assigned to the user.
173
+ * The identifier of the Amazon Web Services account assigned to the user.
174
174
  */
175
175
  accountId?: AccountIdType;
176
176
  }