aws-sdk 2.965.0 → 2.966.0
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.
- package/CHANGELOG.md +6 -1
- package/README.md +1 -1
- package/apis/codebuild-2016-10-06.examples.json +0 -276
- package/apis/codebuild-2016-10-06.min.json +51 -26
- package/apis/metadata.json +4 -0
- package/apis/nimble-2020-08-01.min.json +13 -0
- package/apis/snow-device-management-2021-08-04.examples.json +5 -0
- package/apis/snow-device-management-2021-08-04.min.json +638 -0
- package/apis/snow-device-management-2021-08-04.paginators.json +28 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/codebuild.d.ts +166 -126
- package/clients/ebs.d.ts +10 -10
- package/clients/ecs.d.ts +18 -18
- package/clients/nimble.d.ts +31 -15
- package/clients/route53.d.ts +57 -57
- package/clients/snowdevicemanagement.d.ts +767 -0
- package/clients/snowdevicemanagement.js +18 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +43 -6
- package/dist/aws-sdk.js +58 -29
- package/dist/aws-sdk.min.js +76 -76
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/ebs.d.ts
CHANGED
|
@@ -45,11 +45,11 @@ declare class EBS extends Service {
|
|
|
45
45
|
*/
|
|
46
46
|
listSnapshotBlocks(callback?: (err: AWSError, data: EBS.Types.ListSnapshotBlocksResponse) => void): Request<EBS.Types.ListSnapshotBlocksResponse, AWSError>;
|
|
47
47
|
/**
|
|
48
|
-
* Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-
|
|
48
|
+
* Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-KiB sectors.
|
|
49
49
|
*/
|
|
50
50
|
putSnapshotBlock(params: EBS.Types.PutSnapshotBlockRequest, callback?: (err: AWSError, data: EBS.Types.PutSnapshotBlockResponse) => void): Request<EBS.Types.PutSnapshotBlockResponse, AWSError>;
|
|
51
51
|
/**
|
|
52
|
-
* Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-
|
|
52
|
+
* Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-KiB sectors.
|
|
53
53
|
*/
|
|
54
54
|
putSnapshotBlock(callback?: (err: AWSError, data: EBS.Types.PutSnapshotBlockResponse) => void): Request<EBS.Types.PutSnapshotBlockResponse, AWSError>;
|
|
55
55
|
/**
|
|
@@ -197,7 +197,7 @@ declare namespace EBS {
|
|
|
197
197
|
*/
|
|
198
198
|
VolumeSize?: VolumeSize;
|
|
199
199
|
/**
|
|
200
|
-
* The size of the
|
|
200
|
+
* The size of the blocks in the snapshot, in bytes.
|
|
201
201
|
*/
|
|
202
202
|
BlockSize?: BlockSize;
|
|
203
203
|
/**
|
|
@@ -237,7 +237,7 @@ declare namespace EBS {
|
|
|
237
237
|
*/
|
|
238
238
|
VolumeSize?: VolumeSize;
|
|
239
239
|
/**
|
|
240
|
-
* The size of the
|
|
240
|
+
* The size of the blocks in the snapshot, in bytes.
|
|
241
241
|
*/
|
|
242
242
|
BlockSize?: BlockSize;
|
|
243
243
|
/**
|
|
@@ -263,7 +263,7 @@ declare namespace EBS {
|
|
|
263
263
|
*/
|
|
264
264
|
BlockData: BlockData;
|
|
265
265
|
/**
|
|
266
|
-
* The size of the data to write to the block, in bytes. Currently, the only supported size is 524288. Valid values: 524288
|
|
266
|
+
* The size of the data to write to the block, in bytes. Currently, the only supported size is 524288 bytes. Valid values: 524288
|
|
267
267
|
*/
|
|
268
268
|
DataLength: DataLength;
|
|
269
269
|
/**
|
|
@@ -308,15 +308,15 @@ declare namespace EBS {
|
|
|
308
308
|
*/
|
|
309
309
|
Description?: Description;
|
|
310
310
|
/**
|
|
311
|
-
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully. The subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you do not specify a client token, one is automatically generated by the
|
|
311
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully. The subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK. For more information, see Idempotency for StartSnapshot API in the Amazon Elastic Compute Cloud User Guide.
|
|
312
312
|
*/
|
|
313
313
|
ClientToken?: IdempotencyToken;
|
|
314
314
|
/**
|
|
315
|
-
* Indicates whether to encrypt the snapshot. To create an encrypted snapshot, specify true. To create an unencrypted snapshot, omit this parameter. If you specify a value for ParentSnapshotId, omit this parameter. If you specify true, the snapshot is encrypted using the
|
|
315
|
+
* Indicates whether to encrypt the snapshot. To create an encrypted snapshot, specify true. To create an unencrypted snapshot, omit this parameter. If you specify a value for ParentSnapshotId, omit this parameter. If you specify true, the snapshot is encrypted using the KMS key specified using the KmsKeyArn parameter. If no value is specified for KmsKeyArn, the default KMS key for your account is used. If no default KMS key has been specified for your account, the Amazon Web Services managed KMS key is used. To set a default KMS key for your account, use ModifyEbsDefaultKmsKeyId. If your account is enabled for encryption by default, you cannot set this parameter to false. In this case, you can omit this parameter. For more information, see Using encryption in the Amazon Elastic Compute Cloud User Guide.
|
|
316
316
|
*/
|
|
317
317
|
Encrypted?: Boolean;
|
|
318
318
|
/**
|
|
319
|
-
* The Amazon Resource Name (ARN) of the
|
|
319
|
+
* The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to be used to encrypt the snapshot. If you do not specify a KMS key, the default Amazon Web Services managed KMS key is used. If you specify a ParentSnapshotId, omit this parameter; the snapshot will be encrypted using the same KMS key that was used to encrypt the parent snapshot. If Encrypted is set to true, you must specify a KMS key ARN.
|
|
320
320
|
*/
|
|
321
321
|
KmsKeyArn?: KmsKeyArn;
|
|
322
322
|
/**
|
|
@@ -334,7 +334,7 @@ declare namespace EBS {
|
|
|
334
334
|
*/
|
|
335
335
|
SnapshotId?: SnapshotId;
|
|
336
336
|
/**
|
|
337
|
-
* The
|
|
337
|
+
* The Amazon Web Services account ID of the snapshot owner.
|
|
338
338
|
*/
|
|
339
339
|
OwnerId?: OwnerId;
|
|
340
340
|
/**
|
|
@@ -362,7 +362,7 @@ declare namespace EBS {
|
|
|
362
362
|
*/
|
|
363
363
|
ParentSnapshotId?: SnapshotId;
|
|
364
364
|
/**
|
|
365
|
-
* The Amazon Resource Name (ARN) of the
|
|
365
|
+
* The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the snapshot.
|
|
366
366
|
*/
|
|
367
367
|
KmsKeyArn?: KmsKeyArn;
|
|
368
368
|
}
|
package/clients/ecs.d.ts
CHANGED
|
@@ -609,7 +609,7 @@ declare namespace ECS {
|
|
|
609
609
|
export type CapacityProviders = CapacityProvider[];
|
|
610
610
|
export interface Cluster {
|
|
611
611
|
/**
|
|
612
|
-
* The Amazon Resource Name (ARN) that identifies the cluster. The ARN contains the arn:aws:ecs namespace, followed by the Region of the cluster, the account ID of the cluster owner, the cluster namespace, and then the cluster name. For example, arn:aws:ecs:region:012345678910:cluster/test.
|
|
612
|
+
* The Amazon Resource Name (ARN) that identifies the cluster. The ARN contains the arn:aws:ecs namespace, followed by the Region of the cluster, the Amazon Web Services account ID of the cluster owner, the cluster namespace, and then the cluster name. For example, arn:aws:ecs:region:012345678910:cluster/test.
|
|
613
613
|
*/
|
|
614
614
|
clusterArn?: String;
|
|
615
615
|
/**
|
|
@@ -936,7 +936,7 @@ declare namespace ECS {
|
|
|
936
936
|
}
|
|
937
937
|
export interface ContainerInstance {
|
|
938
938
|
/**
|
|
939
|
-
* The Amazon Resource Name (ARN) of the container instance. The ARN contains the arn:aws:ecs namespace, followed by the Region of the container instance, the account ID of the container instance owner, the container-instance namespace, and then the container instance ID. For example, arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.
|
|
939
|
+
* The Amazon Resource Name (ARN) of the container instance. The ARN contains the arn:aws:ecs namespace, followed by the Region of the container instance, the Amazon Web Services account ID of the container instance owner, the container-instance namespace, and then the container instance ID. For example, arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.
|
|
940
940
|
*/
|
|
941
941
|
containerInstanceArn?: String;
|
|
942
942
|
/**
|
|
@@ -1117,7 +1117,7 @@ declare namespace ECS {
|
|
|
1117
1117
|
*/
|
|
1118
1118
|
capacityProviders?: StringList;
|
|
1119
1119
|
/**
|
|
1120
|
-
* The capacity provider strategy to set as the default for the cluster. When a default capacity provider strategy is set for a cluster, when calling the RunTask or CreateService APIs
|
|
1120
|
+
* The capacity provider strategy to set as the default for the cluster. When a default capacity provider strategy is set for a cluster, when calling the RunTask or CreateService APIs with no capacity provider strategy or launch type specified, the default capacity provider strategy for the cluster is used. If a default capacity provider strategy is not defined for a cluster during creation, it can be defined later with the PutClusterCapacityProviders API operation.
|
|
1121
1121
|
*/
|
|
1122
1122
|
defaultCapacityProviderStrategy?: CapacityProviderStrategy;
|
|
1123
1123
|
}
|
|
@@ -1161,7 +1161,7 @@ declare namespace ECS {
|
|
|
1161
1161
|
*/
|
|
1162
1162
|
launchType?: LaunchType;
|
|
1163
1163
|
/**
|
|
1164
|
-
* The capacity provider strategy to use for the service. If a capacityProviderStrategy is specified, the launchType parameter must be omitted. If no capacityProviderStrategy or launchType is specified, the defaultCapacityProviderStrategy for the cluster is used.
|
|
1164
|
+
* The capacity provider strategy to use for the service. If a capacityProviderStrategy is specified, the launchType parameter must be omitted. If no capacityProviderStrategy or launchType is specified, the defaultCapacityProviderStrategy for the cluster is used. A capacity provider strategy may contain a maximum of 6 capacity providers.
|
|
1165
1165
|
*/
|
|
1166
1166
|
capacityProviderStrategy?: CapacityProviderStrategy;
|
|
1167
1167
|
/**
|
|
@@ -1177,11 +1177,11 @@ declare namespace ECS {
|
|
|
1177
1177
|
*/
|
|
1178
1178
|
deploymentConfiguration?: DeploymentConfiguration;
|
|
1179
1179
|
/**
|
|
1180
|
-
* An array of placement constraint objects to use for tasks in your service. You can specify a maximum of 10 constraints per task (this limit includes constraints in the task definition and those specified at runtime).
|
|
1180
|
+
* An array of placement constraint objects to use for tasks in your service. You can specify a maximum of 10 constraints per task (this limit includes constraints in the task definition and those specified at runtime).
|
|
1181
1181
|
*/
|
|
1182
1182
|
placementConstraints?: PlacementConstraints;
|
|
1183
1183
|
/**
|
|
1184
|
-
* The placement strategy objects to use for tasks in your service. You can specify a maximum of
|
|
1184
|
+
* The placement strategy objects to use for tasks in your service. You can specify a maximum of 5 strategy rules per service.
|
|
1185
1185
|
*/
|
|
1186
1186
|
placementStrategy?: PlacementStrategies;
|
|
1187
1187
|
/**
|
|
@@ -1484,7 +1484,7 @@ declare namespace ECS {
|
|
|
1484
1484
|
*/
|
|
1485
1485
|
cluster?: String;
|
|
1486
1486
|
/**
|
|
1487
|
-
* The container instance ID or full ARN of the container instance to deregister. The ARN contains the arn:aws:ecs namespace, followed by the Region of the container instance, the account ID of the container instance owner, the container-instance namespace, and then the container instance ID. For example, arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.
|
|
1487
|
+
* The container instance ID or full ARN of the container instance to deregister. The ARN contains the arn:aws:ecs namespace, followed by the Region of the container instance, the Amazon Web Services account ID of the container instance owner, the container-instance namespace, and then the container instance ID. For example, arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.
|
|
1488
1488
|
*/
|
|
1489
1489
|
containerInstance: String;
|
|
1490
1490
|
/**
|
|
@@ -1548,7 +1548,7 @@ declare namespace ECS {
|
|
|
1548
1548
|
*/
|
|
1549
1549
|
clusters?: StringList;
|
|
1550
1550
|
/**
|
|
1551
|
-
* Whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included. If ATTACHMENTS is specified, the attachments for the container instances or tasks within the cluster are included. If SETTINGS is specified, the settings for the cluster are included. If STATISTICS is specified, the task and service count is included, separated by launch type. If TAGS is specified, the metadata tags associated with the cluster are included.
|
|
1551
|
+
* Whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included. If ATTACHMENTS is specified, the attachments for the container instances or tasks within the cluster are included. If SETTINGS is specified, the settings for the cluster are included. If CONFIGURATIONS is specified, the configuration for the cluster is included. If STATISTICS is specified, the task and service count is included, separated by launch type. If TAGS is specified, the metadata tags associated with the cluster are included.
|
|
1552
1552
|
*/
|
|
1553
1553
|
include?: ClusterFieldList;
|
|
1554
1554
|
}
|
|
@@ -1702,7 +1702,7 @@ declare namespace ECS {
|
|
|
1702
1702
|
export type DevicesList = Device[];
|
|
1703
1703
|
export interface DiscoverPollEndpointRequest {
|
|
1704
1704
|
/**
|
|
1705
|
-
* The container instance ID or full ARN of the container instance. The ARN contains the arn:aws:ecs namespace, followed by the Region of the container instance, the account ID of the container instance owner, the container-instance namespace, and then the container instance ID. For example, arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.
|
|
1705
|
+
* The container instance ID or full ARN of the container instance. The ARN contains the arn:aws:ecs namespace, followed by the Region of the container instance, the Amazon Web Services account ID of the container instance owner, the container-instance namespace, and then the container instance ID. For example, arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.
|
|
1706
1706
|
*/
|
|
1707
1707
|
containerInstance?: String;
|
|
1708
1708
|
/**
|
|
@@ -1936,7 +1936,7 @@ declare namespace ECS {
|
|
|
1936
1936
|
export type GpuIds = String[];
|
|
1937
1937
|
export interface HealthCheck {
|
|
1938
1938
|
/**
|
|
1939
|
-
* A string array representing the command that the container runs to determine if it is healthy. The string array must start with CMD to execute the command arguments directly, or CMD-SHELL to run the command with the container's default shell.
|
|
1939
|
+
* A string array representing the command that the container runs to determine if it is healthy. The string array must start with CMD to execute the command arguments directly, or CMD-SHELL to run the command with the container's default shell. When you use the Amazon Web Services Management Console JSON panel, the Command Line Interface, or the APIs, you should enclose the list of commands in brackets, as shown below. [ "CMD-SHELL", "curl -f http://localhost/ || exit 1" ] You do not need to include the brackets when you use the Amazon Web Services Management Consoleas shown below. "CMD-SHELL", "curl -f http://localhost/ || exit 1" An exit code of 0 indicates success, and non-zero exit code indicates failure. For more information, see HealthCheck in the Create a container section of the Docker Remote API.
|
|
1940
1940
|
*/
|
|
1941
1941
|
command: StringList;
|
|
1942
1942
|
/**
|
|
@@ -2490,7 +2490,7 @@ declare namespace ECS {
|
|
|
2490
2490
|
*/
|
|
2491
2491
|
type?: PlacementConstraintType;
|
|
2492
2492
|
/**
|
|
2493
|
-
* A cluster query language expression to apply to the constraint. You
|
|
2493
|
+
* A cluster query language expression to apply to the constraint. The expression can have a maximum length of 2000 characters. You can't specify an expression if the constraint type is distinctInstance. For more information, see Cluster query language in the Amazon Elastic Container Service Developer Guide.
|
|
2494
2494
|
*/
|
|
2495
2495
|
expression?: String;
|
|
2496
2496
|
}
|
|
@@ -2792,7 +2792,7 @@ declare namespace ECS {
|
|
|
2792
2792
|
export type Resources = Resource[];
|
|
2793
2793
|
export interface RunTaskRequest {
|
|
2794
2794
|
/**
|
|
2795
|
-
* The capacity provider strategy to use for the task. If a capacityProviderStrategy is specified, the launchType parameter must be omitted. If no capacityProviderStrategy or launchType is specified, the defaultCapacityProviderStrategy for the cluster is used. When you use cluster auto scaling, you must specify capacityProviderStrategy and not launchType.
|
|
2795
|
+
* The capacity provider strategy to use for the task. If a capacityProviderStrategy is specified, the launchType parameter must be omitted. If no capacityProviderStrategy or launchType is specified, the defaultCapacityProviderStrategy for the cluster is used. When you use cluster auto scaling, you must specify capacityProviderStrategy and not launchType. A capacity provider strategy may contain a maximum of 6 capacity providers.
|
|
2796
2796
|
*/
|
|
2797
2797
|
capacityProviderStrategy?: CapacityProviderStrategy;
|
|
2798
2798
|
/**
|
|
@@ -2820,11 +2820,11 @@ declare namespace ECS {
|
|
|
2820
2820
|
*/
|
|
2821
2821
|
launchType?: LaunchType;
|
|
2822
2822
|
/**
|
|
2823
|
-
* The network configuration for the task. This parameter is required for task definitions that use the awsvpc network mode to receive their own elastic network interface, and it is not supported for other network modes. For more information, see Task
|
|
2823
|
+
* The network configuration for the task. This parameter is required for task definitions that use the awsvpc network mode to receive their own elastic network interface, and it is not supported for other network modes. For more information, see Task networking in the Amazon Elastic Container Service Developer Guide.
|
|
2824
2824
|
*/
|
|
2825
2825
|
networkConfiguration?: NetworkConfiguration;
|
|
2826
2826
|
/**
|
|
2827
|
-
* A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive. You can override the default command for a container (that is specified in the task definition or Docker image) with a command override. You can also override existing environment variables (that are specified in the task definition or Docker image) on a container or add new environment variables to it with an environment override.
|
|
2827
|
+
* A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive. You can override the default command for a container (that is specified in the task definition or Docker image) with a command override. You can also override existing environment variables (that are specified in the task definition or Docker image) on a container or add new environment variables to it with an environment override. A total of 8192 characters are allowed for overrides. This limit includes the JSON formatting characters of the override structure.
|
|
2828
2828
|
*/
|
|
2829
2829
|
overrides?: TaskOverride;
|
|
2830
2830
|
/**
|
|
@@ -2832,11 +2832,11 @@ declare namespace ECS {
|
|
|
2832
2832
|
*/
|
|
2833
2833
|
placementConstraints?: PlacementConstraints;
|
|
2834
2834
|
/**
|
|
2835
|
-
* The placement strategy objects to use for the task. You can specify a maximum of
|
|
2835
|
+
* The placement strategy objects to use for the task. You can specify a maximum of 5 strategy rules per task.
|
|
2836
2836
|
*/
|
|
2837
2837
|
placementStrategy?: PlacementStrategies;
|
|
2838
2838
|
/**
|
|
2839
|
-
* The platform version the task should
|
|
2839
|
+
* The platform version the task should use. A platform version is only specified for tasks hosted on Fargate. If one is not specified, the LATEST platform version is used by default. For more information, see Fargate platform versions in the Amazon Elastic Container Service Developer Guide.
|
|
2840
2840
|
*/
|
|
2841
2841
|
platformVersion?: String;
|
|
2842
2842
|
/**
|
|
@@ -2844,7 +2844,7 @@ declare namespace ECS {
|
|
|
2844
2844
|
*/
|
|
2845
2845
|
propagateTags?: PropagateTags;
|
|
2846
2846
|
/**
|
|
2847
|
-
* The reference ID to use for the task.
|
|
2847
|
+
* The reference ID to use for the task. The reference ID can have a maximum length of 1024 characters.
|
|
2848
2848
|
*/
|
|
2849
2849
|
referenceId?: String;
|
|
2850
2850
|
/**
|
|
@@ -2897,7 +2897,7 @@ declare namespace ECS {
|
|
|
2897
2897
|
export type SensitiveString = string;
|
|
2898
2898
|
export interface Service {
|
|
2899
2899
|
/**
|
|
2900
|
-
* The ARN that identifies the service. The ARN contains the arn:aws:ecs namespace, followed by the Region of the service, the account ID of the service owner, the service namespace, and then the service name. For example, arn:aws:ecs:region:012345678910:service/my-service.
|
|
2900
|
+
* The ARN that identifies the service. The ARN contains the arn:aws:ecs namespace, followed by the Region of the service, the Amazon Web Services account ID of the service owner, the service namespace, and then the service name. For example, arn:aws:ecs:region:012345678910:service/my-service.
|
|
2901
2901
|
*/
|
|
2902
2902
|
serviceArn?: String;
|
|
2903
2903
|
/**
|
package/clients/nimble.d.ts
CHANGED
|
@@ -52,11 +52,11 @@ declare class Nimble extends Service {
|
|
|
52
52
|
*/
|
|
53
53
|
createStreamingSessionStream(callback?: (err: AWSError, data: Nimble.Types.CreateStreamingSessionStreamResponse) => void): Request<Nimble.Types.CreateStreamingSessionStreamResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Create a new Studio. When creating a Studio, two IAM roles must be provided: the admin role and the user Role. These roles are assumed by your users when they log in to the Nimble Studio portal. The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for the portal to function properly. The Admin Role must have the AmazonNimbleStudio-StudioAdmin managed policy attached for the portal to function properly. You may optionally specify a KMS key in the StudioEncryptionConfiguration. In Nimble Studio, resource names, descriptions, initialization scripts, and other data you provide are always encrypted at rest using an
|
|
55
|
+
* Create a new Studio. When creating a Studio, two IAM roles must be provided: the admin role and the user Role. These roles are assumed by your users when they log in to the Nimble Studio portal. The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for the portal to function properly. The Admin Role must have the AmazonNimbleStudio-StudioAdmin managed policy attached for the portal to function properly. You may optionally specify a KMS key in the StudioEncryptionConfiguration. In Nimble Studio, resource names, descriptions, initialization scripts, and other data you provide are always encrypted at rest using an KMS key. By default, this key is owned by Amazon Web Services and managed on your behalf. You may provide your own KMS key when calling CreateStudio to encrypt this data using a key you own and manage. When providing an KMS key during studio creation, Nimble Studio creates KMS grants in your account to provide your studio user and admin roles access to these KMS keys. If you delete this grant, the studio will no longer be accessible to your portal users. If you delete the studio KMS key, your studio will no longer be accessible.
|
|
56
56
|
*/
|
|
57
57
|
createStudio(params: Nimble.Types.CreateStudioRequest, callback?: (err: AWSError, data: Nimble.Types.CreateStudioResponse) => void): Request<Nimble.Types.CreateStudioResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Create a new Studio. When creating a Studio, two IAM roles must be provided: the admin role and the user Role. These roles are assumed by your users when they log in to the Nimble Studio portal. The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for the portal to function properly. The Admin Role must have the AmazonNimbleStudio-StudioAdmin managed policy attached for the portal to function properly. You may optionally specify a KMS key in the StudioEncryptionConfiguration. In Nimble Studio, resource names, descriptions, initialization scripts, and other data you provide are always encrypted at rest using an
|
|
59
|
+
* Create a new Studio. When creating a Studio, two IAM roles must be provided: the admin role and the user Role. These roles are assumed by your users when they log in to the Nimble Studio portal. The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for the portal to function properly. The Admin Role must have the AmazonNimbleStudio-StudioAdmin managed policy attached for the portal to function properly. You may optionally specify a KMS key in the StudioEncryptionConfiguration. In Nimble Studio, resource names, descriptions, initialization scripts, and other data you provide are always encrypted at rest using an KMS key. By default, this key is owned by Amazon Web Services and managed on your behalf. You may provide your own KMS key when calling CreateStudio to encrypt this data using a key you own and manage. When providing an KMS key during studio creation, Nimble Studio creates KMS grants in your account to provide your studio user and admin roles access to these KMS keys. If you delete this grant, the studio will no longer be accessible to your portal users. If you delete the studio KMS key, your studio will no longer be accessible.
|
|
60
60
|
*/
|
|
61
61
|
createStudio(callback?: (err: AWSError, data: Nimble.Types.CreateStudioResponse) => void): Request<Nimble.Types.CreateStudioResponse, AWSError>;
|
|
62
62
|
/**
|
|
@@ -244,11 +244,11 @@ declare class Nimble extends Service {
|
|
|
244
244
|
*/
|
|
245
245
|
listLaunchProfiles(callback?: (err: AWSError, data: Nimble.Types.ListLaunchProfilesResponse) => void): Request<Nimble.Types.ListLaunchProfilesResponse, AWSError>;
|
|
246
246
|
/**
|
|
247
|
-
* List the streaming image resources available to this studio. This list will contain both images provided by
|
|
247
|
+
* List the streaming image resources available to this studio. This list will contain both images provided by Amazon Web Services, as well as streaming images that you have created in your studio.
|
|
248
248
|
*/
|
|
249
249
|
listStreamingImages(params: Nimble.Types.ListStreamingImagesRequest, callback?: (err: AWSError, data: Nimble.Types.ListStreamingImagesResponse) => void): Request<Nimble.Types.ListStreamingImagesResponse, AWSError>;
|
|
250
250
|
/**
|
|
251
|
-
* List the streaming image resources available to this studio. This list will contain both images provided by
|
|
251
|
+
* List the streaming image resources available to this studio. This list will contain both images provided by Amazon Web Services, as well as streaming images that you have created in your studio.
|
|
252
252
|
*/
|
|
253
253
|
listStreamingImages(callback?: (err: AWSError, data: Nimble.Types.ListStreamingImagesResponse) => void): Request<Nimble.Types.ListStreamingImagesResponse, AWSError>;
|
|
254
254
|
/**
|
|
@@ -276,11 +276,11 @@ declare class Nimble extends Service {
|
|
|
276
276
|
*/
|
|
277
277
|
listStudioMembers(callback?: (err: AWSError, data: Nimble.Types.ListStudioMembersResponse) => void): Request<Nimble.Types.ListStudioMembersResponse, AWSError>;
|
|
278
278
|
/**
|
|
279
|
-
* List studios in your
|
|
279
|
+
* List studios in your Amazon Web Services account in the requested Amazon Web Services Region.
|
|
280
280
|
*/
|
|
281
281
|
listStudios(params: Nimble.Types.ListStudiosRequest, callback?: (err: AWSError, data: Nimble.Types.ListStudiosResponse) => void): Request<Nimble.Types.ListStudiosResponse, AWSError>;
|
|
282
282
|
/**
|
|
283
|
-
* List studios in your
|
|
283
|
+
* List studios in your Amazon Web Services account in the requested Amazon Web Services Region.
|
|
284
284
|
*/
|
|
285
285
|
listStudios(callback?: (err: AWSError, data: Nimble.Types.ListStudiosResponse) => void): Request<Nimble.Types.ListStudiosResponse, AWSError>;
|
|
286
286
|
/**
|
|
@@ -308,11 +308,11 @@ declare class Nimble extends Service {
|
|
|
308
308
|
*/
|
|
309
309
|
putStudioMembers(callback?: (err: AWSError, data: Nimble.Types.PutStudioMembersResponse) => void): Request<Nimble.Types.PutStudioMembersResponse, AWSError>;
|
|
310
310
|
/**
|
|
311
|
-
* Repairs the SSO configuration for a given studio. If the studio has a valid
|
|
311
|
+
* Repairs the SSO configuration for a given studio. If the studio has a valid Amazon Web Services SSO configuration currently associated with it, this operation will fail with a validation error. If the studio does not have a valid Amazon Web Services SSO configuration currently associated with it, then a new Amazon Web Services SSO application is created for the studio and the studio is changed to the READY state. After the Amazon Web Services SSO application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.
|
|
312
312
|
*/
|
|
313
313
|
startStudioSSOConfigurationRepair(params: Nimble.Types.StartStudioSSOConfigurationRepairRequest, callback?: (err: AWSError, data: Nimble.Types.StartStudioSSOConfigurationRepairResponse) => void): Request<Nimble.Types.StartStudioSSOConfigurationRepairResponse, AWSError>;
|
|
314
314
|
/**
|
|
315
|
-
* Repairs the SSO configuration for a given studio. If the studio has a valid
|
|
315
|
+
* Repairs the SSO configuration for a given studio. If the studio has a valid Amazon Web Services SSO configuration currently associated with it, this operation will fail with a validation error. If the studio does not have a valid Amazon Web Services SSO configuration currently associated with it, then a new Amazon Web Services SSO application is created for the studio and the studio is changed to the READY state. After the Amazon Web Services SSO application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.
|
|
316
316
|
*/
|
|
317
317
|
startStudioSSOConfigurationRepair(callback?: (err: AWSError, data: Nimble.Types.StartStudioSSOConfigurationRepairResponse) => void): Request<Nimble.Types.StartStudioSSOConfigurationRepairResponse, AWSError>;
|
|
318
318
|
/**
|
|
@@ -412,7 +412,7 @@ declare namespace Nimble {
|
|
|
412
412
|
*/
|
|
413
413
|
computerAttributes?: ActiveDirectoryComputerAttributeList;
|
|
414
414
|
/**
|
|
415
|
-
* The directory ID of the
|
|
415
|
+
* The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.
|
|
416
416
|
*/
|
|
417
417
|
directoryId?: DirectoryId;
|
|
418
418
|
/**
|
|
@@ -516,6 +516,10 @@ declare namespace Nimble {
|
|
|
516
516
|
* The launch profile ID.
|
|
517
517
|
*/
|
|
518
518
|
launchProfileId?: __string;
|
|
519
|
+
/**
|
|
520
|
+
* The user ID of the user that owns the streaming session.
|
|
521
|
+
*/
|
|
522
|
+
ownedBy?: __string;
|
|
519
523
|
/**
|
|
520
524
|
* The ID of the streaming image.
|
|
521
525
|
*/
|
|
@@ -1141,7 +1145,7 @@ declare namespace Nimble {
|
|
|
1141
1145
|
*/
|
|
1142
1146
|
computerAttributes?: ActiveDirectoryComputerAttributeList;
|
|
1143
1147
|
/**
|
|
1144
|
-
* The directory ID of the
|
|
1148
|
+
* The directory ID of the Directory Service for Microsoft Active Directory to access using this launch profile.
|
|
1145
1149
|
*/
|
|
1146
1150
|
directoryId?: DirectoryId;
|
|
1147
1151
|
/**
|
|
@@ -1343,13 +1347,17 @@ declare namespace Nimble {
|
|
|
1343
1347
|
}
|
|
1344
1348
|
export interface ListStreamingSessionsRequest {
|
|
1345
1349
|
/**
|
|
1346
|
-
* The user ID.
|
|
1350
|
+
* The user ID of the user that created the streaming session.
|
|
1347
1351
|
*/
|
|
1348
1352
|
createdBy?: __string;
|
|
1349
1353
|
/**
|
|
1350
1354
|
* The token for the next set of results, or null if there are no more results.
|
|
1351
1355
|
*/
|
|
1352
1356
|
nextToken?: __string;
|
|
1357
|
+
/**
|
|
1358
|
+
* The user ID of the user that owns the streaming session.
|
|
1359
|
+
*/
|
|
1360
|
+
ownedBy?: __string;
|
|
1353
1361
|
/**
|
|
1354
1362
|
* A collection of session IDs.
|
|
1355
1363
|
*/
|
|
@@ -1683,7 +1691,6 @@ declare namespace Nimble {
|
|
|
1683
1691
|
export type StreamingImageName = string;
|
|
1684
1692
|
export type StreamingImageOwner = string;
|
|
1685
1693
|
export type StreamingImagePlatform = string;
|
|
1686
|
-
export type StreamingImageSessionId = string;
|
|
1687
1694
|
export type StreamingImageState = "CREATE_IN_PROGRESS"|"READY"|"DELETE_IN_PROGRESS"|"DELETED"|"UPDATE_IN_PROGRESS"|"UPDATE_FAILED"|"CREATE_FAILED"|"DELETE_FAILED"|string;
|
|
1688
1695
|
export type StreamingImageStatusCode = "STREAMING_IMAGE_CREATE_IN_PROGRESS"|"STREAMING_IMAGE_READY"|"STREAMING_IMAGE_DELETE_IN_PROGRESS"|"STREAMING_IMAGE_DELETED"|"STREAMING_IMAGE_UPDATE_IN_PROGRESS"|"INTERNAL_ERROR"|string;
|
|
1689
1696
|
export type StreamingInstanceType = "g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|string;
|
|
@@ -1709,10 +1716,14 @@ declare namespace Nimble {
|
|
|
1709
1716
|
* The ID of the launch profile used to control access from the streaming session.
|
|
1710
1717
|
*/
|
|
1711
1718
|
launchProfileId?: __string;
|
|
1719
|
+
/**
|
|
1720
|
+
* The user ID of the user that owns the streaming session.
|
|
1721
|
+
*/
|
|
1722
|
+
ownedBy?: __string;
|
|
1712
1723
|
/**
|
|
1713
1724
|
* The session ID.
|
|
1714
1725
|
*/
|
|
1715
|
-
sessionId?:
|
|
1726
|
+
sessionId?: StreamingSessionId;
|
|
1716
1727
|
/**
|
|
1717
1728
|
* The current state.
|
|
1718
1729
|
*/
|
|
@@ -1746,6 +1757,7 @@ declare namespace Nimble {
|
|
|
1746
1757
|
*/
|
|
1747
1758
|
updatedBy?: __string;
|
|
1748
1759
|
}
|
|
1760
|
+
export type StreamingSessionId = string;
|
|
1749
1761
|
export type StreamingSessionList = StreamingSession[];
|
|
1750
1762
|
export type StreamingSessionState = "CREATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"READY"|"DELETED"|"CREATE_FAILED"|"DELETE_FAILED"|string;
|
|
1751
1763
|
export type StreamingSessionStatusCode = "STREAMING_SESSION_READY"|"STREAMING_SESSION_DELETED"|"STREAMING_SESSION_CREATE_IN_PROGRESS"|"STREAMING_SESSION_DELETE_IN_PROGRESS"|"INTERNAL_ERROR"|"INSUFFICIENT_CAPACITY"|"ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR"|"NETWORK_CONNECTION_ERROR"|"INITIALIZATION_SCRIPT_ERROR"|"DECRYPT_STREAMING_IMAGE_ERROR"|"NETWORK_INTERFACE_ERROR"|string;
|
|
@@ -1762,6 +1774,10 @@ declare namespace Nimble {
|
|
|
1762
1774
|
* The Unix epoch timestamp in seconds for when the resource expires.
|
|
1763
1775
|
*/
|
|
1764
1776
|
expiresAt?: Timestamp;
|
|
1777
|
+
/**
|
|
1778
|
+
* The user ID of the user that owns the streaming session.
|
|
1779
|
+
*/
|
|
1780
|
+
ownedBy?: __string;
|
|
1765
1781
|
/**
|
|
1766
1782
|
* The current state.
|
|
1767
1783
|
*/
|
|
@@ -1800,11 +1816,11 @@ declare namespace Nimble {
|
|
|
1800
1816
|
*/
|
|
1801
1817
|
displayName?: StudioDisplayName;
|
|
1802
1818
|
/**
|
|
1803
|
-
* The
|
|
1819
|
+
* The Amazon Web Services Region where the studio resource is located.
|
|
1804
1820
|
*/
|
|
1805
1821
|
homeRegion?: Region;
|
|
1806
1822
|
/**
|
|
1807
|
-
* The
|
|
1823
|
+
* The Amazon Web Services SSO application client ID used to integrate with Amazon Web Services SSO to enable Amazon Web Services SSO users to log in to Nimble portal.
|
|
1808
1824
|
*/
|
|
1809
1825
|
ssoClientId?: __string;
|
|
1810
1826
|
/**
|