cdk-docker-image-deployment 0.0.199 → 0.0.201
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/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +21 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +74 -41
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +314 -64
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +599 -8
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +162 -88
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +758 -44
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +35 -29
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +69 -61
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +49 -30
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +363 -0
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +88 -42
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1061 -880
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +25 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +266 -11
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +696 -14
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +180 -107
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +364 -0
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +29 -21
- package/node_modules/aws-sdk/clients/guardduty.d.ts +22 -13
- package/node_modules/aws-sdk/clients/iam.d.ts +4 -4
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +38 -19
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +379 -0
- package/node_modules/aws-sdk/clients/ivsrealtime.js +18 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +2 -2
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +1 -1
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +171 -104
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +219 -14
- package/node_modules/aws-sdk/clients/ssm.d.ts +4 -4
- package/node_modules/aws-sdk/clients/textract.d.ts +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +12 -12
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -340,3 +340,4 @@ export import CleanRooms = require('./cleanrooms');
|
|
|
340
340
|
export import CloudTrailData = require('./cloudtraildata');
|
|
341
341
|
export import Tnb = require('./tnb');
|
|
342
342
|
export import InternetMonitor = require('./internetmonitor');
|
|
343
|
+
export import IVSRealTime = require('./ivsrealtime');
|
|
@@ -341,5 +341,6 @@ module.exports = {
|
|
|
341
341
|
CleanRooms: require('./cleanrooms'),
|
|
342
342
|
CloudTrailData: require('./cloudtraildata'),
|
|
343
343
|
Tnb: require('./tnb'),
|
|
344
|
-
InternetMonitor: require('./internetmonitor')
|
|
344
|
+
InternetMonitor: require('./internetmonitor'),
|
|
345
|
+
IVSRealTime: require('./ivsrealtime')
|
|
345
346
|
};
|
|
@@ -12,11 +12,11 @@ declare class Batch extends Service {
|
|
|
12
12
|
constructor(options?: Batch.Types.ClientConfiguration)
|
|
13
13
|
config: Config & Batch.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Cancels a job in an Batch job queue. Jobs that are in the SUBMITTED
|
|
15
|
+
* Cancels a job in an Batch job queue. Jobs that are in the SUBMITTED or PENDING are canceled. A job inRUNNABLE remains in RUNNABLE until it reaches the head of the job queue. Then the job status is updated to FAILED. Jobs that progressed to the STARTING or RUNNING state aren't canceled. However, the API operation still succeeds, even if no job is canceled. These jobs must be terminated with the TerminateJob operation.
|
|
16
16
|
*/
|
|
17
17
|
cancelJob(params: Batch.Types.CancelJobRequest, callback?: (err: AWSError, data: Batch.Types.CancelJobResponse) => void): Request<Batch.Types.CancelJobResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Cancels a job in an Batch job queue. Jobs that are in the SUBMITTED
|
|
19
|
+
* Cancels a job in an Batch job queue. Jobs that are in the SUBMITTED or PENDING are canceled. A job inRUNNABLE remains in RUNNABLE until it reaches the head of the job queue. Then the job status is updated to FAILED. Jobs that progressed to the STARTING or RUNNING state aren't canceled. However, the API operation still succeeds, even if no job is canceled. These jobs must be terminated with the TerminateJob operation.
|
|
20
20
|
*/
|
|
21
21
|
cancelJob(callback?: (err: AWSError, data: Batch.Types.CancelJobResponse) => void): Request<Batch.Types.CancelJobResponse, AWSError>;
|
|
22
22
|
/**
|
|
@@ -328,7 +328,7 @@ declare namespace Batch {
|
|
|
328
328
|
*/
|
|
329
329
|
type?: CEType;
|
|
330
330
|
/**
|
|
331
|
-
* The state of the compute environment. The valid values are ENABLED or DISABLED. If the state is ENABLED, then the Batch scheduler can attempt to place jobs from an associated job queue on the compute resources within the environment. If the compute environment is managed, then it can scale its instances out or in automatically based on the job queue demand. If the state is DISABLED, then the Batch scheduler doesn't attempt to place jobs within the environment. Jobs in a STARTING or RUNNING state continue to progress normally. Managed compute environments in the DISABLED state don't scale out.
|
|
331
|
+
* The state of the compute environment. The valid values are ENABLED or DISABLED. If the state is ENABLED, then the Batch scheduler can attempt to place jobs from an associated job queue on the compute resources within the environment. If the compute environment is managed, then it can scale its instances out or in automatically based on the job queue demand. If the state is DISABLED, then the Batch scheduler doesn't attempt to place jobs within the environment. Jobs in a STARTING or RUNNING state continue to progress normally. Managed compute environments in the DISABLED state don't scale out. Compute environments in a DISABLED state may continue to incur billing charges. To prevent additional charges, turn off and then delete the compute environment. For more information, see State in the Batch User Guide. When an instance is idle, the instance scales down to the minvCpus value. However, the instance size doesn't change. For example, consider a c5.8xlarge instance with a minvCpus value of 4 and a desiredvCpus value of 36. This instance doesn't scale down to a c5.large instance.
|
|
332
332
|
*/
|
|
333
333
|
state?: CEState;
|
|
334
334
|
/**
|
|
@@ -456,7 +456,7 @@ declare namespace Batch {
|
|
|
456
456
|
*/
|
|
457
457
|
maxvCpus?: Integer;
|
|
458
458
|
/**
|
|
459
|
-
* The desired number of Amazon EC2 vCPUS in the compute environment. Batch modifies this value between the minimum and maximum values based on job queue demand. This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it. Batch doesn't support changing the desired number of vCPUs of an existing compute environment. Don't specify this parameter for compute environments using Amazon EKS clusters.
|
|
459
|
+
* The desired number of Amazon EC2 vCPUS in the compute environment. Batch modifies this value between the minimum and maximum values based on job queue demand. This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it. Batch doesn't support changing the desired number of vCPUs of an existing compute environment. Don't specify this parameter for compute environments using Amazon EKS clusters. When you update the desiredvCpus setting, the value must be between the minvCpus and maxvCpus values. Additionally, the updated desiredvCpus value must be greater than or equal to the current desiredvCpus value. For more information, see Troubleshooting Batch in the Batch User Guide.
|
|
460
460
|
*/
|
|
461
461
|
desiredvCpus?: Integer;
|
|
462
462
|
/**
|
|
@@ -621,6 +621,7 @@ declare namespace Batch {
|
|
|
621
621
|
* The platform configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.
|
|
622
622
|
*/
|
|
623
623
|
fargatePlatformConfiguration?: FargatePlatformConfiguration;
|
|
624
|
+
ephemeralStorage?: EphemeralStorage;
|
|
624
625
|
}
|
|
625
626
|
export interface ContainerOverrides {
|
|
626
627
|
/**
|
|
@@ -729,6 +730,10 @@ declare namespace Batch {
|
|
|
729
730
|
* The platform configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.
|
|
730
731
|
*/
|
|
731
732
|
fargatePlatformConfiguration?: FargatePlatformConfiguration;
|
|
733
|
+
/**
|
|
734
|
+
* The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate.
|
|
735
|
+
*/
|
|
736
|
+
ephemeralStorage?: EphemeralStorage;
|
|
732
737
|
}
|
|
733
738
|
export interface ContainerSummary {
|
|
734
739
|
/**
|
|
@@ -750,7 +755,7 @@ declare namespace Batch {
|
|
|
750
755
|
*/
|
|
751
756
|
type: CEType;
|
|
752
757
|
/**
|
|
753
|
-
* The state of the compute environment. If the state is ENABLED, then the compute environment accepts jobs from a queue and can scale out automatically based on queues. If the state is ENABLED, then the Batch scheduler can attempt to place jobs from an associated job queue on the compute resources within the environment. If the compute environment is managed, then it can scale its instances out or in automatically, based on the job queue demand. If the state is DISABLED, then the Batch scheduler doesn't attempt to place jobs within the environment. Jobs in a STARTING or RUNNING state continue to progress normally. Managed compute environments in the DISABLED state don't scale out.
|
|
758
|
+
* The state of the compute environment. If the state is ENABLED, then the compute environment accepts jobs from a queue and can scale out automatically based on queues. If the state is ENABLED, then the Batch scheduler can attempt to place jobs from an associated job queue on the compute resources within the environment. If the compute environment is managed, then it can scale its instances out or in automatically, based on the job queue demand. If the state is DISABLED, then the Batch scheduler doesn't attempt to place jobs within the environment. Jobs in a STARTING or RUNNING state continue to progress normally. Managed compute environments in the DISABLED state don't scale out. Compute environments in a DISABLED state may continue to incur billing charges. To prevent additional charges, turn off and then delete the compute environment. For more information, see State in the Batch User Guide. When an instance is idle, the instance scales down to the minvCpus value. However, the instance size doesn't change. For example, consider a c5.8xlarge instance with a minvCpus value of 4 and a desiredvCpus value of 36. This instance doesn't scale down to a c5.large instance.
|
|
754
759
|
*/
|
|
755
760
|
state?: CEState;
|
|
756
761
|
/**
|
|
@@ -1277,7 +1282,11 @@ declare namespace Batch {
|
|
|
1277
1282
|
*/
|
|
1278
1283
|
path?: String;
|
|
1279
1284
|
}
|
|
1285
|
+
export type EksLabelsMap = {[key: string]: String};
|
|
1280
1286
|
export type EksLimits = {[key: string]: Quantity};
|
|
1287
|
+
export interface EksMetadata {
|
|
1288
|
+
labels?: EksLabelsMap;
|
|
1289
|
+
}
|
|
1281
1290
|
export interface EksPodProperties {
|
|
1282
1291
|
/**
|
|
1283
1292
|
* The name of the service account that's used to run the pod. For more information, see Kubernetes service accounts and Configure a Kubernetes service account to assume an IAM role in the Amazon EKS User Guide and Configure service accounts for pods in the Kubernetes documentation.
|
|
@@ -1299,6 +1308,7 @@ declare namespace Batch {
|
|
|
1299
1308
|
* Specifies the volumes for a job definition that uses Amazon EKS resources.
|
|
1300
1309
|
*/
|
|
1301
1310
|
volumes?: EksVolumes;
|
|
1311
|
+
metadata?: EksMetadata;
|
|
1302
1312
|
}
|
|
1303
1313
|
export interface EksPodPropertiesDetail {
|
|
1304
1314
|
/**
|
|
@@ -1335,6 +1345,7 @@ declare namespace Batch {
|
|
|
1335
1345
|
* The overrides for the container that's used on the Amazon EKS pod.
|
|
1336
1346
|
*/
|
|
1337
1347
|
containers?: EksContainerOverrideList;
|
|
1348
|
+
metadata?: EksMetadata;
|
|
1338
1349
|
}
|
|
1339
1350
|
export interface EksProperties {
|
|
1340
1351
|
/**
|
|
@@ -1385,6 +1396,12 @@ declare namespace Batch {
|
|
|
1385
1396
|
}
|
|
1386
1397
|
export type EksVolumes = EksVolume[];
|
|
1387
1398
|
export type EnvironmentVariables = KeyValuePair[];
|
|
1399
|
+
export interface EphemeralStorage {
|
|
1400
|
+
/**
|
|
1401
|
+
* The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.
|
|
1402
|
+
*/
|
|
1403
|
+
sizeInGiB: Integer;
|
|
1404
|
+
}
|
|
1388
1405
|
export interface EvaluateOnExit {
|
|
1389
1406
|
/**
|
|
1390
1407
|
* Contains a glob pattern to match against the StatusReason returned for a job. The pattern can contain up to 512 characters. It can contain letters, numbers, periods (.), colons (:), and white spaces (including spaces or tabs). It can optionally end with an asterisk (*) so that only the start of the string needs to be an exact match.
|
|
@@ -2056,7 +2073,7 @@ declare namespace Batch {
|
|
|
2056
2073
|
}
|
|
2057
2074
|
export interface ResourceRequirement {
|
|
2058
2075
|
/**
|
|
2059
|
-
* The quantity of the specified resource to reserve for the container. The values vary based on the type specified. type="GPU" The number of physical GPUs to reserve for the container. Make sure that the number of GPUs reserved for all containers in a job doesn't exceed the number of available GPUs on the compute resource that the job is launched on. GPUs aren't available for jobs that are running on Fargate resources. type="MEMORY" The memory hard limit (in MiB) present to the container. This parameter is supported for jobs that are running on EC2 resources. If your container attempts to exceed the memory specified, the container is terminated. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. You must specify at least 4 MiB of memory for a job. This is required but can be specified in several places for multi-node parallel (MNP) jobs. It must be specified for each node at least once. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory management in the Batch User Guide. For jobs that are running on Fargate resources, then value is the hard limit (in MiB), and must match one of the supported values and the VCPU values must be one of the values supported for that memory value. value = 512 VCPU = 0.25 value = 1024 VCPU = 0.25 or 0.5 value = 2048 VCPU = 0.25, 0.5, or 1 value = 3072 VCPU = 0.5, or 1 value = 4096 VCPU = 0.5, 1, or 2 value = 5120, 6144, or 7168 VCPU = 1 or 2 value = 8192 VCPU = 1, 2,
|
|
2076
|
+
* The quantity of the specified resource to reserve for the container. The values vary based on the type specified. type="GPU" The number of physical GPUs to reserve for the container. Make sure that the number of GPUs reserved for all containers in a job doesn't exceed the number of available GPUs on the compute resource that the job is launched on. GPUs aren't available for jobs that are running on Fargate resources. type="MEMORY" The memory hard limit (in MiB) present to the container. This parameter is supported for jobs that are running on EC2 resources. If your container attempts to exceed the memory specified, the container is terminated. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. You must specify at least 4 MiB of memory for a job. This is required but can be specified in several places for multi-node parallel (MNP) jobs. It must be specified for each node at least once. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory management in the Batch User Guide. For jobs that are running on Fargate resources, then value is the hard limit (in MiB), and must match one of the supported values and the VCPU values must be one of the values supported for that memory value. value = 512 VCPU = 0.25 value = 1024 VCPU = 0.25 or 0.5 value = 2048 VCPU = 0.25, 0.5, or 1 value = 3072 VCPU = 0.5, or 1 value = 4096 VCPU = 0.5, 1, or 2 value = 5120, 6144, or 7168 VCPU = 1 or 2 value = 8192 VCPU = 1, 2, or 4 value = 9216, 10240, 11264, 12288, 13312, 14336, or 15360 VCPU = 2 or 4 value = 16384 VCPU = 2, 4, or 8 value = 17408, 18432, 19456, 21504, 22528, 23552, 25600, 26624, 27648, 29696, or 30720 VCPU = 4 value = 20480, 24576, or 28672 VCPU = 4 or 8 value = 36864, 45056, 53248, or 61440 VCPU = 8 value = 32768, 40960, 49152, or 57344 VCPU = 8 or 16 value = 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880 VCPU = 16 type="VCPU" The number of vCPUs reserved for the container. This parameter maps to CpuShares in the Create a container section of the Docker Remote API and the --cpu-shares option to docker run. Each vCPU is equivalent to 1,024 CPU shares. For EC2 resources, you must specify at least one vCPU. This is required but can be specified in several places; it must be specified for each node at least once. The default for the Fargate On-Demand vCPU resource count quota is 6 vCPUs. For more information about Fargate quotas, see Fargate quotas in the Amazon Web Services General Reference. For jobs that are running on Fargate resources, then value must match one of the supported values and the MEMORY values must be one of the values supported for that VCPU value. The supported values are 0.25, 0.5, 1, 2, 4, 8, and 16 value = 0.25 MEMORY = 512, 1024, or 2048 value = 0.5 MEMORY = 1024, 2048, 3072, or 4096 value = 1 MEMORY = 2048, 3072, 4096, 5120, 6144, 7168, or 8192 value = 2 MEMORY = 4096, 5120, 6144, 7168, 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384 value = 4 MEMORY = 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, 16384, 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720 value = 8 MEMORY = 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, 57344, or 61440 value = 16 MEMORY = 32768, 40960, 49152, 57344, 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880
|
|
2060
2077
|
*/
|
|
2061
2078
|
value: String;
|
|
2062
2079
|
/**
|
|
@@ -2153,7 +2170,7 @@ declare namespace Batch {
|
|
|
2153
2170
|
*/
|
|
2154
2171
|
dependsOn?: JobDependencyList;
|
|
2155
2172
|
/**
|
|
2156
|
-
* The job definition used by this job. This value can be one of name, name:revision, or the Amazon Resource Name (ARN) for the job definition
|
|
2173
|
+
* The job definition used by this job. This value can be one of definition-name, definition-name:revision, or the Amazon Resource Name (ARN) for the job definition, with or without the revision (arn:aws:batch:region:account:job-definition/definition-name:revision , or arn:aws:batch:region:account:job-definition/definition-name ). If the revision is not specified, then the latest active revision is used.
|
|
2157
2174
|
*/
|
|
2158
2175
|
jobDefinition: String;
|
|
2159
2176
|
/**
|
|
@@ -2280,7 +2297,7 @@ declare namespace Batch {
|
|
|
2280
2297
|
*/
|
|
2281
2298
|
computeEnvironment: String;
|
|
2282
2299
|
/**
|
|
2283
|
-
* The state of the compute environment. Compute environments in the ENABLED state can accept jobs from a queue and scale in or out automatically based on the workload demand of its associated queues. If the state is ENABLED, then the Batch scheduler can attempt to place jobs from an associated job queue on the compute resources within the environment. If the compute environment is managed, then it can scale its instances out or in automatically, based on the job queue demand. If the state is DISABLED, then the Batch scheduler doesn't attempt to place jobs within the environment. Jobs in a STARTING or RUNNING state continue to progress normally. Managed compute environments in the DISABLED state don't scale out.
|
|
2300
|
+
* The state of the compute environment. Compute environments in the ENABLED state can accept jobs from a queue and scale in or out automatically based on the workload demand of its associated queues. If the state is ENABLED, then the Batch scheduler can attempt to place jobs from an associated job queue on the compute resources within the environment. If the compute environment is managed, then it can scale its instances out or in automatically, based on the job queue demand. If the state is DISABLED, then the Batch scheduler doesn't attempt to place jobs within the environment. Jobs in a STARTING or RUNNING state continue to progress normally. Managed compute environments in the DISABLED state don't scale out. Compute environments in a DISABLED state may continue to incur billing charges. To prevent additional charges, turn off and then delete the compute environment. For more information, see State in the Batch User Guide. When an instance is idle, the instance scales down to the minvCpus value. However, the instance size doesn't change. For example, consider a c5.8xlarge instance with a minvCpus value of 4 and a desiredvCpus value of 36. This instance doesn't scale down to a c5.large instance.
|
|
2284
2301
|
*/
|
|
2285
2302
|
state?: CEState;
|
|
2286
2303
|
/**
|
|
@@ -20,13 +20,21 @@ declare class ChimeSDKIdentity extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
createAppInstance(callback?: (err: AWSError, data: ChimeSDKIdentity.Types.CreateAppInstanceResponse) => void): Request<ChimeSDKIdentity.Types.CreateAppInstanceResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Promotes an AppInstanceUser to an AppInstanceAdmin. The promoted
|
|
23
|
+
* Promotes an AppInstanceUser or AppInstanceBot to an AppInstanceAdmin. The promoted entity can perform the following actions. ChannelModerator actions across all channels in the AppInstance. DeleteChannelMessage actions. Only an AppInstanceUser and AppInstanceBot can be promoted to an AppInstanceAdmin role.
|
|
24
24
|
*/
|
|
25
25
|
createAppInstanceAdmin(params: ChimeSDKIdentity.Types.CreateAppInstanceAdminRequest, callback?: (err: AWSError, data: ChimeSDKIdentity.Types.CreateAppInstanceAdminResponse) => void): Request<ChimeSDKIdentity.Types.CreateAppInstanceAdminResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Promotes an AppInstanceUser to an AppInstanceAdmin. The promoted
|
|
27
|
+
* Promotes an AppInstanceUser or AppInstanceBot to an AppInstanceAdmin. The promoted entity can perform the following actions. ChannelModerator actions across all channels in the AppInstance. DeleteChannelMessage actions. Only an AppInstanceUser and AppInstanceBot can be promoted to an AppInstanceAdmin role.
|
|
28
28
|
*/
|
|
29
29
|
createAppInstanceAdmin(callback?: (err: AWSError, data: ChimeSDKIdentity.Types.CreateAppInstanceAdminResponse) => void): Request<ChimeSDKIdentity.Types.CreateAppInstanceAdminResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Creates a bot under an Amazon Chime AppInstance. The request consists of a unique Configuration and Name for that bot.
|
|
32
|
+
*/
|
|
33
|
+
createAppInstanceBot(params: ChimeSDKIdentity.Types.CreateAppInstanceBotRequest, callback?: (err: AWSError, data: ChimeSDKIdentity.Types.CreateAppInstanceBotResponse) => void): Request<ChimeSDKIdentity.Types.CreateAppInstanceBotResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Creates a bot under an Amazon Chime AppInstance. The request consists of a unique Configuration and Name for that bot.
|
|
36
|
+
*/
|
|
37
|
+
createAppInstanceBot(callback?: (err: AWSError, data: ChimeSDKIdentity.Types.CreateAppInstanceBotResponse) => void): Request<ChimeSDKIdentity.Types.CreateAppInstanceBotResponse, AWSError>;
|
|
30
38
|
/**
|
|
31
39
|
* Creates a user under an Amazon Chime AppInstance. The request consists of a unique appInstanceUserId and Name for that user.
|
|
32
40
|
*/
|
|
@@ -44,13 +52,21 @@ declare class ChimeSDKIdentity extends Service {
|
|
|
44
52
|
*/
|
|
45
53
|
deleteAppInstance(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
46
54
|
/**
|
|
47
|
-
* Demotes an AppInstanceAdmin to an AppInstanceUser. This action does not delete the user.
|
|
55
|
+
* Demotes an AppInstanceAdmin to an AppInstanceUser or AppInstanceBot. This action does not delete the user.
|
|
48
56
|
*/
|
|
49
57
|
deleteAppInstanceAdmin(params: ChimeSDKIdentity.Types.DeleteAppInstanceAdminRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
50
58
|
/**
|
|
51
|
-
* Demotes an AppInstanceAdmin to an AppInstanceUser. This action does not delete the user.
|
|
59
|
+
* Demotes an AppInstanceAdmin to an AppInstanceUser or AppInstanceBot. This action does not delete the user.
|
|
52
60
|
*/
|
|
53
61
|
deleteAppInstanceAdmin(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
62
|
+
/**
|
|
63
|
+
* Deletes an AppInstanceBot.
|
|
64
|
+
*/
|
|
65
|
+
deleteAppInstanceBot(params: ChimeSDKIdentity.Types.DeleteAppInstanceBotRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
66
|
+
/**
|
|
67
|
+
* Deletes an AppInstanceBot.
|
|
68
|
+
*/
|
|
69
|
+
deleteAppInstanceBot(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
54
70
|
/**
|
|
55
71
|
* Deletes an AppInstanceUser.
|
|
56
72
|
*/
|
|
@@ -83,6 +99,14 @@ declare class ChimeSDKIdentity extends Service {
|
|
|
83
99
|
* Returns the full details of an AppInstanceAdmin.
|
|
84
100
|
*/
|
|
85
101
|
describeAppInstanceAdmin(callback?: (err: AWSError, data: ChimeSDKIdentity.Types.DescribeAppInstanceAdminResponse) => void): Request<ChimeSDKIdentity.Types.DescribeAppInstanceAdminResponse, AWSError>;
|
|
102
|
+
/**
|
|
103
|
+
* The AppInstanceBot's information.
|
|
104
|
+
*/
|
|
105
|
+
describeAppInstanceBot(params: ChimeSDKIdentity.Types.DescribeAppInstanceBotRequest, callback?: (err: AWSError, data: ChimeSDKIdentity.Types.DescribeAppInstanceBotResponse) => void): Request<ChimeSDKIdentity.Types.DescribeAppInstanceBotResponse, AWSError>;
|
|
106
|
+
/**
|
|
107
|
+
* The AppInstanceBot's information.
|
|
108
|
+
*/
|
|
109
|
+
describeAppInstanceBot(callback?: (err: AWSError, data: ChimeSDKIdentity.Types.DescribeAppInstanceBotResponse) => void): Request<ChimeSDKIdentity.Types.DescribeAppInstanceBotResponse, AWSError>;
|
|
86
110
|
/**
|
|
87
111
|
* Returns the full details of an AppInstanceUser.
|
|
88
112
|
*/
|
|
@@ -115,6 +139,14 @@ declare class ChimeSDKIdentity extends Service {
|
|
|
115
139
|
* Returns a list of the administrators in the AppInstance.
|
|
116
140
|
*/
|
|
117
141
|
listAppInstanceAdmins(callback?: (err: AWSError, data: ChimeSDKIdentity.Types.ListAppInstanceAdminsResponse) => void): Request<ChimeSDKIdentity.Types.ListAppInstanceAdminsResponse, AWSError>;
|
|
142
|
+
/**
|
|
143
|
+
* Lists all AppInstanceBots created under a single AppInstance.
|
|
144
|
+
*/
|
|
145
|
+
listAppInstanceBots(params: ChimeSDKIdentity.Types.ListAppInstanceBotsRequest, callback?: (err: AWSError, data: ChimeSDKIdentity.Types.ListAppInstanceBotsResponse) => void): Request<ChimeSDKIdentity.Types.ListAppInstanceBotsResponse, AWSError>;
|
|
146
|
+
/**
|
|
147
|
+
* Lists all AppInstanceBots created under a single AppInstance.
|
|
148
|
+
*/
|
|
149
|
+
listAppInstanceBots(callback?: (err: AWSError, data: ChimeSDKIdentity.Types.ListAppInstanceBotsResponse) => void): Request<ChimeSDKIdentity.Types.ListAppInstanceBotsResponse, AWSError>;
|
|
118
150
|
/**
|
|
119
151
|
* Lists all the AppInstanceUserEndpoints created under a single AppInstanceUser.
|
|
120
152
|
*/
|
|
@@ -155,6 +187,14 @@ declare class ChimeSDKIdentity extends Service {
|
|
|
155
187
|
* Sets the amount of time in days that a given AppInstance retains data.
|
|
156
188
|
*/
|
|
157
189
|
putAppInstanceRetentionSettings(callback?: (err: AWSError, data: ChimeSDKIdentity.Types.PutAppInstanceRetentionSettingsResponse) => void): Request<ChimeSDKIdentity.Types.PutAppInstanceRetentionSettingsResponse, AWSError>;
|
|
190
|
+
/**
|
|
191
|
+
* Sets the number of days before the AppInstanceUser is automatically deleted. A background process deletes expired AppInstanceUsers within 6 hours of expiration. Actual deletion times may vary. Expired AppInstanceUsers that have not yet been deleted appear as active, and you can update their expiration settings. The system honors the new settings.
|
|
192
|
+
*/
|
|
193
|
+
putAppInstanceUserExpirationSettings(params: ChimeSDKIdentity.Types.PutAppInstanceUserExpirationSettingsRequest, callback?: (err: AWSError, data: ChimeSDKIdentity.Types.PutAppInstanceUserExpirationSettingsResponse) => void): Request<ChimeSDKIdentity.Types.PutAppInstanceUserExpirationSettingsResponse, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
* Sets the number of days before the AppInstanceUser is automatically deleted. A background process deletes expired AppInstanceUsers within 6 hours of expiration. Actual deletion times may vary. Expired AppInstanceUsers that have not yet been deleted appear as active, and you can update their expiration settings. The system honors the new settings.
|
|
196
|
+
*/
|
|
197
|
+
putAppInstanceUserExpirationSettings(callback?: (err: AWSError, data: ChimeSDKIdentity.Types.PutAppInstanceUserExpirationSettingsResponse) => void): Request<ChimeSDKIdentity.Types.PutAppInstanceUserExpirationSettingsResponse, AWSError>;
|
|
158
198
|
/**
|
|
159
199
|
* Registers an endpoint under an Amazon Chime AppInstanceUser. The endpoint receives messages for a user. For push notifications, the endpoint is a mobile device used to receive mobile push notifications for a user.
|
|
160
200
|
*/
|
|
@@ -187,6 +227,14 @@ declare class ChimeSDKIdentity extends Service {
|
|
|
187
227
|
* Updates AppInstance metadata.
|
|
188
228
|
*/
|
|
189
229
|
updateAppInstance(callback?: (err: AWSError, data: ChimeSDKIdentity.Types.UpdateAppInstanceResponse) => void): Request<ChimeSDKIdentity.Types.UpdateAppInstanceResponse, AWSError>;
|
|
230
|
+
/**
|
|
231
|
+
* Updates the name and metadata of an AppInstanceBot.
|
|
232
|
+
*/
|
|
233
|
+
updateAppInstanceBot(params: ChimeSDKIdentity.Types.UpdateAppInstanceBotRequest, callback?: (err: AWSError, data: ChimeSDKIdentity.Types.UpdateAppInstanceBotResponse) => void): Request<ChimeSDKIdentity.Types.UpdateAppInstanceBotResponse, AWSError>;
|
|
234
|
+
/**
|
|
235
|
+
* Updates the name and metadata of an AppInstanceBot.
|
|
236
|
+
*/
|
|
237
|
+
updateAppInstanceBot(callback?: (err: AWSError, data: ChimeSDKIdentity.Types.UpdateAppInstanceBotResponse) => void): Request<ChimeSDKIdentity.Types.UpdateAppInstanceBotResponse, AWSError>;
|
|
190
238
|
/**
|
|
191
239
|
* Updates the details of an AppInstanceUser. You can update names and metadata.
|
|
192
240
|
*/
|
|
@@ -249,6 +297,47 @@ declare namespace ChimeSDKIdentity {
|
|
|
249
297
|
*/
|
|
250
298
|
Admin?: Identity;
|
|
251
299
|
}
|
|
300
|
+
export interface AppInstanceBot {
|
|
301
|
+
/**
|
|
302
|
+
* The ARN of the AppInstanceBot.
|
|
303
|
+
*/
|
|
304
|
+
AppInstanceBotArn?: ChimeArn;
|
|
305
|
+
/**
|
|
306
|
+
* The name of the AppInstanceBot.
|
|
307
|
+
*/
|
|
308
|
+
Name?: ResourceName;
|
|
309
|
+
/**
|
|
310
|
+
* The data processing instructions for an AppInstanceBot.
|
|
311
|
+
*/
|
|
312
|
+
Configuration?: Configuration;
|
|
313
|
+
/**
|
|
314
|
+
* The time at which the AppInstanceBot was created.
|
|
315
|
+
*/
|
|
316
|
+
CreatedTimestamp?: Timestamp;
|
|
317
|
+
/**
|
|
318
|
+
* The time at which the AppInstanceBot was last updated.
|
|
319
|
+
*/
|
|
320
|
+
LastUpdatedTimestamp?: Timestamp;
|
|
321
|
+
/**
|
|
322
|
+
* The metadata for an AppInstanceBot.
|
|
323
|
+
*/
|
|
324
|
+
Metadata?: Metadata;
|
|
325
|
+
}
|
|
326
|
+
export type AppInstanceBotList = AppInstanceBotSummary[];
|
|
327
|
+
export interface AppInstanceBotSummary {
|
|
328
|
+
/**
|
|
329
|
+
* The ARN of the AppInstanceBot.
|
|
330
|
+
*/
|
|
331
|
+
AppInstanceBotArn?: ChimeArn;
|
|
332
|
+
/**
|
|
333
|
+
* The name of the AppInstanceBox.
|
|
334
|
+
*/
|
|
335
|
+
Name?: ResourceName;
|
|
336
|
+
/**
|
|
337
|
+
* The metadata of the AppInstanceBot.
|
|
338
|
+
*/
|
|
339
|
+
Metadata?: Metadata;
|
|
340
|
+
}
|
|
252
341
|
export type AppInstanceList = AppInstanceSummary[];
|
|
253
342
|
export interface AppInstanceRetentionSettings {
|
|
254
343
|
/**
|
|
@@ -291,6 +380,10 @@ declare namespace ChimeSDKIdentity {
|
|
|
291
380
|
* The time at which the AppInstanceUser was last updated.
|
|
292
381
|
*/
|
|
293
382
|
LastUpdatedTimestamp?: Timestamp;
|
|
383
|
+
/**
|
|
384
|
+
* The interval after which an AppInstanceUser is automatically deleted.
|
|
385
|
+
*/
|
|
386
|
+
ExpirationSettings?: ExpirationSettings;
|
|
294
387
|
}
|
|
295
388
|
export interface AppInstanceUserEndpoint {
|
|
296
389
|
/**
|
|
@@ -312,7 +405,7 @@ declare namespace ChimeSDKIdentity {
|
|
|
312
405
|
/**
|
|
313
406
|
* The ARN of the resource to which the endpoint belongs.
|
|
314
407
|
*/
|
|
315
|
-
ResourceArn?:
|
|
408
|
+
ResourceArn?: ChimeArn;
|
|
316
409
|
/**
|
|
317
410
|
* The attributes of an Endpoint.
|
|
318
411
|
*/
|
|
@@ -385,6 +478,12 @@ declare namespace ChimeSDKIdentity {
|
|
|
385
478
|
}
|
|
386
479
|
export type ChimeArn = string;
|
|
387
480
|
export type ClientRequestToken = string;
|
|
481
|
+
export interface Configuration {
|
|
482
|
+
/**
|
|
483
|
+
* The configuration for an Amazon Lex V2 bot.
|
|
484
|
+
*/
|
|
485
|
+
Lex: LexConfiguration;
|
|
486
|
+
}
|
|
388
487
|
export interface CreateAppInstanceAdminRequest {
|
|
389
488
|
/**
|
|
390
489
|
* The ARN of the administrator of the current AppInstance.
|
|
@@ -397,7 +496,7 @@ declare namespace ChimeSDKIdentity {
|
|
|
397
496
|
}
|
|
398
497
|
export interface CreateAppInstanceAdminResponse {
|
|
399
498
|
/**
|
|
400
|
-
* The
|
|
499
|
+
* The ARN and name of the administrator, the ARN of the AppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.
|
|
401
500
|
*/
|
|
402
501
|
AppInstanceAdmin?: Identity;
|
|
403
502
|
/**
|
|
@@ -405,6 +504,38 @@ declare namespace ChimeSDKIdentity {
|
|
|
405
504
|
*/
|
|
406
505
|
AppInstanceArn?: ChimeArn;
|
|
407
506
|
}
|
|
507
|
+
export interface CreateAppInstanceBotRequest {
|
|
508
|
+
/**
|
|
509
|
+
* The ARN of the AppInstance request.
|
|
510
|
+
*/
|
|
511
|
+
AppInstanceArn: ChimeArn;
|
|
512
|
+
/**
|
|
513
|
+
* The user's name.
|
|
514
|
+
*/
|
|
515
|
+
Name?: ResourceName;
|
|
516
|
+
/**
|
|
517
|
+
* The request metadata. Limited to a 1KB string in UTF-8.
|
|
518
|
+
*/
|
|
519
|
+
Metadata?: Metadata;
|
|
520
|
+
/**
|
|
521
|
+
* The unique ID for the client making the request. Use different tokens for different AppInstanceBots.
|
|
522
|
+
*/
|
|
523
|
+
ClientRequestToken: ClientRequestToken;
|
|
524
|
+
/**
|
|
525
|
+
* The tags assigned to the AppInstanceBot.
|
|
526
|
+
*/
|
|
527
|
+
Tags?: TagList;
|
|
528
|
+
/**
|
|
529
|
+
* Configuration information about the Amazon Lex V2 V2 bot.
|
|
530
|
+
*/
|
|
531
|
+
Configuration: Configuration;
|
|
532
|
+
}
|
|
533
|
+
export interface CreateAppInstanceBotResponse {
|
|
534
|
+
/**
|
|
535
|
+
* The ARN of the AppinstanceBot.
|
|
536
|
+
*/
|
|
537
|
+
AppInstanceBotArn?: ChimeArn;
|
|
538
|
+
}
|
|
408
539
|
export interface CreateAppInstanceRequest {
|
|
409
540
|
/**
|
|
410
541
|
* The name of the AppInstance.
|
|
@@ -415,11 +546,11 @@ declare namespace ChimeSDKIdentity {
|
|
|
415
546
|
*/
|
|
416
547
|
Metadata?: Metadata;
|
|
417
548
|
/**
|
|
418
|
-
* The
|
|
549
|
+
* The unique ID of the request. Use different tokens to create different AppInstances.
|
|
419
550
|
*/
|
|
420
551
|
ClientRequestToken: ClientRequestToken;
|
|
421
552
|
/**
|
|
422
|
-
* Tags assigned to the
|
|
553
|
+
* Tags assigned to the AppInstance.
|
|
423
554
|
*/
|
|
424
555
|
Tags?: TagList;
|
|
425
556
|
}
|
|
@@ -447,13 +578,17 @@ declare namespace ChimeSDKIdentity {
|
|
|
447
578
|
*/
|
|
448
579
|
Metadata?: Metadata;
|
|
449
580
|
/**
|
|
450
|
-
* The
|
|
581
|
+
* The unique ID of the request. Use different tokens to request additional AppInstances.
|
|
451
582
|
*/
|
|
452
583
|
ClientRequestToken: ClientRequestToken;
|
|
453
584
|
/**
|
|
454
585
|
* Tags assigned to the AppInstanceUser.
|
|
455
586
|
*/
|
|
456
587
|
Tags?: TagList;
|
|
588
|
+
/**
|
|
589
|
+
* Settings that control the interval after which the AppInstanceUser is automatically deleted.
|
|
590
|
+
*/
|
|
591
|
+
ExpirationSettings?: ExpirationSettings;
|
|
457
592
|
}
|
|
458
593
|
export interface CreateAppInstanceUserResponse {
|
|
459
594
|
/**
|
|
@@ -471,6 +606,12 @@ declare namespace ChimeSDKIdentity {
|
|
|
471
606
|
*/
|
|
472
607
|
AppInstanceArn: ChimeArn;
|
|
473
608
|
}
|
|
609
|
+
export interface DeleteAppInstanceBotRequest {
|
|
610
|
+
/**
|
|
611
|
+
* The ARN of the AppInstanceBot being deleted.
|
|
612
|
+
*/
|
|
613
|
+
AppInstanceBotArn: ChimeArn;
|
|
614
|
+
}
|
|
474
615
|
export interface DeleteAppInstanceRequest {
|
|
475
616
|
/**
|
|
476
617
|
* The ARN of the AppInstance.
|
|
@@ -509,6 +650,18 @@ declare namespace ChimeSDKIdentity {
|
|
|
509
650
|
*/
|
|
510
651
|
AppInstanceAdmin?: AppInstanceAdmin;
|
|
511
652
|
}
|
|
653
|
+
export interface DescribeAppInstanceBotRequest {
|
|
654
|
+
/**
|
|
655
|
+
* The ARN of the AppInstanceBot.
|
|
656
|
+
*/
|
|
657
|
+
AppInstanceBotArn: ChimeArn;
|
|
658
|
+
}
|
|
659
|
+
export interface DescribeAppInstanceBotResponse {
|
|
660
|
+
/**
|
|
661
|
+
* The detials of the AppInstanceBot.
|
|
662
|
+
*/
|
|
663
|
+
AppInstanceBot?: AppInstanceBot;
|
|
664
|
+
}
|
|
512
665
|
export interface DescribeAppInstanceRequest {
|
|
513
666
|
/**
|
|
514
667
|
* The ARN of the AppInstance.
|
|
@@ -571,6 +724,18 @@ declare namespace ChimeSDKIdentity {
|
|
|
571
724
|
}
|
|
572
725
|
export type EndpointStatus = "ACTIVE"|"INACTIVE"|string;
|
|
573
726
|
export type EndpointStatusReason = "INVALID_DEVICE_TOKEN"|"INVALID_PINPOINT_ARN"|string;
|
|
727
|
+
export type ExpirationCriterion = "CREATED_TIMESTAMP"|string;
|
|
728
|
+
export type ExpirationDays = number;
|
|
729
|
+
export interface ExpirationSettings {
|
|
730
|
+
/**
|
|
731
|
+
* The period in days after which an AppInstanceUser will be automatically deleted.
|
|
732
|
+
*/
|
|
733
|
+
ExpirationDays: ExpirationDays;
|
|
734
|
+
/**
|
|
735
|
+
* Specifies the conditions under which an AppInstanceUser will expire.
|
|
736
|
+
*/
|
|
737
|
+
ExpirationCriterion: ExpirationCriterion;
|
|
738
|
+
}
|
|
574
739
|
export interface GetAppInstanceRetentionSettingsRequest {
|
|
575
740
|
/**
|
|
576
741
|
* The ARN of the AppInstance.
|
|
@@ -597,6 +762,26 @@ declare namespace ChimeSDKIdentity {
|
|
|
597
762
|
*/
|
|
598
763
|
Name?: ResourceName;
|
|
599
764
|
}
|
|
765
|
+
export type LexBotAliasArn = string;
|
|
766
|
+
export interface LexConfiguration {
|
|
767
|
+
/**
|
|
768
|
+
* Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.
|
|
769
|
+
*/
|
|
770
|
+
RespondsTo: RespondsTo;
|
|
771
|
+
/**
|
|
772
|
+
* The ARN of the Amazon Lex V2 bot's alias. The ARN uses this format: arn:aws:lex:REGION:ACCOUNT:bot-alias/MYBOTID/MYBOTALIAS
|
|
773
|
+
*/
|
|
774
|
+
LexBotAliasArn: LexBotAliasArn;
|
|
775
|
+
/**
|
|
776
|
+
* Identifies the Amazon Lex V2 bot's language and locale. The string must match one of the supported locales in Amazon Lex V2. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages in the Amazon Lex V2 Developer Guide.
|
|
777
|
+
*/
|
|
778
|
+
LocaleId: String;
|
|
779
|
+
/**
|
|
780
|
+
* The name of the welcome intent configured in the Amazon Lex V2 bot.
|
|
781
|
+
*/
|
|
782
|
+
WelcomeIntent?: LexIntentName;
|
|
783
|
+
}
|
|
784
|
+
export type LexIntentName = string;
|
|
600
785
|
export interface ListAppInstanceAdminsRequest {
|
|
601
786
|
/**
|
|
602
787
|
* The ARN of the AppInstance.
|
|
@@ -625,6 +810,34 @@ declare namespace ChimeSDKIdentity {
|
|
|
625
810
|
*/
|
|
626
811
|
NextToken?: NextToken;
|
|
627
812
|
}
|
|
813
|
+
export interface ListAppInstanceBotsRequest {
|
|
814
|
+
/**
|
|
815
|
+
* The ARN of the AppInstance.
|
|
816
|
+
*/
|
|
817
|
+
AppInstanceArn: ChimeArn;
|
|
818
|
+
/**
|
|
819
|
+
* The maximum number of requests to return.
|
|
820
|
+
*/
|
|
821
|
+
MaxResults?: MaxResults;
|
|
822
|
+
/**
|
|
823
|
+
* The token passed by previous API calls until all requested bots are returned.
|
|
824
|
+
*/
|
|
825
|
+
NextToken?: NextToken;
|
|
826
|
+
}
|
|
827
|
+
export interface ListAppInstanceBotsResponse {
|
|
828
|
+
/**
|
|
829
|
+
* The ARN of the AppInstance.
|
|
830
|
+
*/
|
|
831
|
+
AppInstanceArn?: ChimeArn;
|
|
832
|
+
/**
|
|
833
|
+
* The information for each requested AppInstanceBot.
|
|
834
|
+
*/
|
|
835
|
+
AppInstanceBots?: AppInstanceBotList;
|
|
836
|
+
/**
|
|
837
|
+
* The token passed by previous API calls until all requested bots are returned.
|
|
838
|
+
*/
|
|
839
|
+
NextToken?: NextToken;
|
|
840
|
+
}
|
|
628
841
|
export interface ListAppInstanceUserEndpointsRequest {
|
|
629
842
|
/**
|
|
630
843
|
* The ARN of the AppInstanceUser.
|
|
@@ -734,6 +947,26 @@ declare namespace ChimeSDKIdentity {
|
|
|
734
947
|
*/
|
|
735
948
|
InitiateDeletionTimestamp?: Timestamp;
|
|
736
949
|
}
|
|
950
|
+
export interface PutAppInstanceUserExpirationSettingsRequest {
|
|
951
|
+
/**
|
|
952
|
+
* The ARN of the AppInstanceUser.
|
|
953
|
+
*/
|
|
954
|
+
AppInstanceUserArn: ChimeArn;
|
|
955
|
+
/**
|
|
956
|
+
* Settings that control the interval after which an AppInstanceUser is automatically deleted.
|
|
957
|
+
*/
|
|
958
|
+
ExpirationSettings?: ExpirationSettings;
|
|
959
|
+
}
|
|
960
|
+
export interface PutAppInstanceUserExpirationSettingsResponse {
|
|
961
|
+
/**
|
|
962
|
+
* The ARN of the AppInstanceUser.
|
|
963
|
+
*/
|
|
964
|
+
AppInstanceUserArn?: ChimeArn;
|
|
965
|
+
/**
|
|
966
|
+
* Settings that control the interval after which an AppInstanceUser is automatically deleted.
|
|
967
|
+
*/
|
|
968
|
+
ExpirationSettings?: ExpirationSettings;
|
|
969
|
+
}
|
|
737
970
|
export interface RegisterAppInstanceUserEndpointRequest {
|
|
738
971
|
/**
|
|
739
972
|
* The ARN of the AppInstanceUser.
|
|
@@ -750,13 +983,13 @@ declare namespace ChimeSDKIdentity {
|
|
|
750
983
|
/**
|
|
751
984
|
* The ARN of the resource to which the endpoint belongs.
|
|
752
985
|
*/
|
|
753
|
-
ResourceArn:
|
|
986
|
+
ResourceArn: ChimeArn;
|
|
754
987
|
/**
|
|
755
988
|
* The attributes of an Endpoint.
|
|
756
989
|
*/
|
|
757
990
|
EndpointAttributes: EndpointAttributes;
|
|
758
991
|
/**
|
|
759
|
-
* The
|
|
992
|
+
* The unique ID assigned to the request. Use different tokens to register other endpoints.
|
|
760
993
|
*/
|
|
761
994
|
ClientRequestToken: ClientRequestToken;
|
|
762
995
|
/**
|
|
@@ -775,10 +1008,12 @@ declare namespace ChimeSDKIdentity {
|
|
|
775
1008
|
EndpointId?: SensitiveString64;
|
|
776
1009
|
}
|
|
777
1010
|
export type ResourceName = string;
|
|
1011
|
+
export type RespondsTo = "STANDARD_MESSAGES"|string;
|
|
778
1012
|
export type RetentionDays = number;
|
|
779
1013
|
export type SensitiveChimeArn = string;
|
|
780
1014
|
export type SensitiveString1600 = string;
|
|
781
1015
|
export type SensitiveString64 = string;
|
|
1016
|
+
export type String = string;
|
|
782
1017
|
export interface Tag {
|
|
783
1018
|
/**
|
|
784
1019
|
* The key in a tag.
|
|
@@ -814,6 +1049,26 @@ declare namespace ChimeSDKIdentity {
|
|
|
814
1049
|
*/
|
|
815
1050
|
TagKeys: TagKeyList;
|
|
816
1051
|
}
|
|
1052
|
+
export interface UpdateAppInstanceBotRequest {
|
|
1053
|
+
/**
|
|
1054
|
+
* The ARN of the AppInstanceBot.
|
|
1055
|
+
*/
|
|
1056
|
+
AppInstanceBotArn: ChimeArn;
|
|
1057
|
+
/**
|
|
1058
|
+
* The name of the AppInstanceBot.
|
|
1059
|
+
*/
|
|
1060
|
+
Name: ResourceName;
|
|
1061
|
+
/**
|
|
1062
|
+
* The metadata of the AppInstanceBot.
|
|
1063
|
+
*/
|
|
1064
|
+
Metadata: Metadata;
|
|
1065
|
+
}
|
|
1066
|
+
export interface UpdateAppInstanceBotResponse {
|
|
1067
|
+
/**
|
|
1068
|
+
* The ARN of the AppInstanceBot.
|
|
1069
|
+
*/
|
|
1070
|
+
AppInstanceBotArn?: ChimeArn;
|
|
1071
|
+
}
|
|
817
1072
|
export interface UpdateAppInstanceRequest {
|
|
818
1073
|
/**
|
|
819
1074
|
* The ARN of the AppInstance.
|